Skip to content

amit-y11/torrent_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrent Bot

logo

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


Requirements

  • Bot token from Bot Father, If you don't know how to get bot token, read this

Installation

You can fork the repo and deploy it on Heroku :)

Deploy

OR

  • Clone this repository using
$ git clone https://github.com/amit-y11/torrent_bot
  • Enter the directory and install all the requirements using
$ cd torrent_bot
$ pip3 install -r requirements.txt
  • Edit line 138 and paste your Bot token
138       token="Your Bot Token"

Run Your Bot using the following command :

$  python3 torrent.py

Thanks 💖

mattlyon93 for tbplite

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.