🤖 A telegram bot for movies
- Search information about movies and TVs
- Search magnet links of movies and TVs and download them
- Download any links (Magnet/eD2k/FTP) automatically
- View and clear download history
Complete feature list and future plans
- Prepare dependencies: PostgreSQL database, Telegram bot, and TMDB API
- Build, configure environment variables, and run the bot server
- Talk to your bot user on Telegram (Video example 1, Video example 2)
- Subscribe personal RSS feed in download tools
- Join our channel and user group on Telegram
- Open an issue when you have an idea or found a bug
-
Have Go installed
-
Fork it and start hacking
cd moviemagnetbot cd cmd/moviemagnetbot go build && PORT="8000" ./moviemagnetbot
-
Open a pull request when you improved something