All Projects → kfur → torrentit

kfur / torrentit

Licence: other
Telegram bot for downloading torrents without storage

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to torrentit

autolycus
A seedr.cc inspired web application to download and stream torrent files from hosted web servers.
Stars: ✭ 95 (+187.88%)
Mutual labels:  torrent, libtorrent
transmitter
A WebExtension for the Transmission BitTorrent client
Stars: ✭ 72 (+118.18%)
Mutual labels:  torrent, bittorrent-client
Qbittorrent
qBittorrent BitTorrent client
Stars: ✭ 13,738 (+41530.3%)
Mutual labels:  torrent, bittorrent-client
exatorrent
Easy to Use Torrent Client. Can be hosted in Cloud. Files can be streamed in Browser/Media Player.
Stars: ✭ 1,557 (+4618.18%)
Mutual labels:  torrent, bittorrent-client
stremio-addons-list
A community curated list of Stremio Addons
Stars: ✭ 330 (+900%)
Mutual labels:  torrent
simple-torrent-android
A torrent client library for Android that utilizes frostwire-jlibtorrent. It supports sequential and simultaneous downloads.
Stars: ✭ 85 (+157.58%)
Mutual labels:  torrent
UEHToR
UEHToR, #1 Torrent And File Leecher For Heroku, Based on Node.js. Simple to Install with full SEO Support
Stars: ✭ 28 (-15.15%)
Mutual labels:  torrent
bthello
Python3 DHT 磁力种子爬虫 种子解析 种子搜索 演示地址
Stars: ✭ 43 (+30.3%)
Mutual labels:  torrent
m2t
Magnet links to torrent files
Stars: ✭ 18 (-45.45%)
Mutual labels:  torrent
dxram
A distributed in-memory key-value storage for billions of small objects.
Stars: ✭ 25 (-24.24%)
Mutual labels:  in-memory
Tanglestash
IOTA meets BitTorrent: An algorithm to persist any file onto the tangle of IOTA
Stars: ✭ 46 (+39.39%)
Mutual labels:  torrent
nyaascraper
An application to scrape and open magnet links for fansub groups from nyaa.si where batches don't already exist.
Stars: ✭ 34 (+3.03%)
Mutual labels:  torrent
Katastrophe
Command Line Tool to download torrents
Stars: ✭ 85 (+157.58%)
Mutual labels:  torrent
scrapeer
Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
Stars: ✭ 81 (+145.45%)
Mutual labels:  torrent
cassette
Cassette is music manager supporting major torrents site to download, sync and stream tracks on-the-go 🎧
Stars: ✭ 19 (-42.42%)
Mutual labels:  torrent
dhtbay
A DHT crawler and torrent indexer
Stars: ✭ 94 (+184.85%)
Mutual labels:  torrent
bencode
PHP Bencode (BitTorrent) Encoder/Decoder
Stars: ✭ 19 (-42.42%)
Mutual labels:  torrent
cirilla
Multipurpose telegram bot
Stars: ✭ 33 (+0%)
Mutual labels:  torrent
haze
A bittorrent client, for learning purposes
Stars: ✭ 103 (+212.12%)
Mutual labels:  bittorrent-client
flixctl
A toolkit for controlling the infrastructure necessary for a true MaSaS (Movies and Shows as a Service) architecture.
Stars: ✭ 43 (+30.3%)
Mutual labels:  torrent

torrentit

Telegram bot for download torrents without persistent storage. Torrents content can be stored into telegram or temporarily in fex.net.

Dependencies

Python3 dependencies install via pip3 install -r requirements.txt

Build

Run ./build-lt.sh script to build libtorrent. Then copy ./boost_1_64_0/bin.v2/libs/python/build/gcc-7/release/asserts-production/i2p-off/libtorrent-link-static/libtorrent-python-pic-on/lt-visibility-hidden/libboost_python3.so.1.64.0 and libtorrent/bindings/python/bin/gcc-7/release/asserts-production/i2p-off/libtorrent-link-static/libtorrent-python-pic-on/lt-visibility-hidden/libtorrent.so to project dir.

Running

Run cd src; python3 main.py.

Set the following enviroment variables:

  1. Bot token(from Bot Father): BOT_TOKEN
  2. Api id (https://core.telegram.org/api/obtaining_api_id): API_ID
  3. Api hash (https://core.telegram.org/api/obtaining_api_id): API_HASH
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].