https://github.com/theriturajps/tpb-torrent-bot-deploy
Torrent Bot
https://github.com/theriturajps/tpb-torrent-bot-deploy
bot deployment heroku mogenius pyrogram python railway telegram telegram-bot torrent
Last synced: 9 days ago
JSON representation
Torrent Bot
- Host: GitHub
- URL: https://github.com/theriturajps/tpb-torrent-bot-deploy
- Owner: theriturajps
- License: mit
- Created: 2023-02-28T19:29:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T20:03:22.000Z (over 3 years ago)
- Last Synced: 2025-03-06T11:38:17.287Z (over 1 year ago)
- Topics: bot, deployment, heroku, mogenius, pyrogram, python, railway, telegram, telegram-bot, torrent
- Language: Procfile
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Torrent Bot

A telegram bot to search torrents and get magnet links
---
## About
You can search torrents using this bot, it gives you the magnet links through which you can download torrents easily using any torrent app.
Start chat with this bot on [telegram](https://telegram.me/the_torrent_Bot)
---
## Requirements
* Bot token from [Bot Father](https://t.me/BotFather), If you don't know how to get bot token, read [this](https://core.telegram.org/bots#6-botfather)
---
## Installation
#### You can fork the repo and deploy it on Heroku :)
[](https://heroku.com/deploy)
OR
* Clone this repository using
```sh
$ git clone https://github.com/amit-y11/torrent_bot
```
* Enter the directory and install all the requirements using
```sh
$ cd torrent_bot
$ pip3 install -r requirements.txt
```
* Edit line 138 and paste your Bot token
```sh
138 token="Your Bot Token"
```
#### Run Your Bot using the following command :
```sh
$ python3 torrent.py
```
## Thanks 💖
[mattlyon93](https://github.com/mattlyon93) for [tbplite](https://github.com/mattlyon93/tpb-lite)
## License
```
MIT License
Copyright (c) 2020 amit-y11
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```