Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sickchill | 2,300 | 5 hours ago | 12 | gpl-3.0 | Python | |||||
Less rage, more chill. | ||||||||||
Medusa | 1,581 | a day ago | 345 | gpl-3.0 | Python | |||||
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. | ||||||||||
Duckietv | 1,044 | 14 days ago | 57 | other | JavaScript | |||||
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration | ||||||||||
Instant Movie Streamer | 355 | 2 years ago | 4 | Python | ||||||
🎥 Streams the movie/ tv series instantly. | ||||||||||
Awesome German Piracy | 284 | a month ago | mit | C# | ||||||
A curated list of (not only) German piracy sites. | ||||||||||
Flixtor | 129 | 9 years ago | 44 | mit | JavaScript | |||||
Flixtor streams movies, series, videos and animes from Torrents. | ||||||||||
Flixtorme | 86 | 7 years ago | 20 | mit | HTML | |||||
Flixtor streams movies, series, videos and animes from Torrents. | ||||||||||
Beetube Bot | 83 | 3 months ago | mit | JavaScript | ||||||
🤖 A telegram bot for music, movies, anime, torrent, EDM tracks, series downloads, files, and more... | ||||||||||
Media Library Organiser | 52 | 2 years ago | mit | Python | ||||||
🍿 Organising and bulk renaming media library made easy with Python and imDB (Essential for XBMCs, Plex etc.) | ||||||||||
Torrenter | 37 | 3 years ago | 9 | June 08, 2020 | 1 | mit | JavaScript | |||
Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series. |
The deployed version can be found on telegram as @beetube_bot
movies
, music
, anime
and torrent
music
sorted by genremusic
directly from chatBeetube by default have been setup for easy deployment on heroku
v14.x
address
token
/setcommands
start - start a conversation with the bot
search - search through any category
keyboard - show custom keyboard
about - about this bot
$ git clone https://github.com/kodjunkie/beetube-bot.git
$ cd beetube-bot
$ cp .env.example .env # update .env accordingly
# install dependencies
$ npm install
# have mongodb daemon running
# start the bot
$ npm start
$ git clone https://github.com/kodjunkie/beetube-bot.git
$ cd beetube-bot
$ cp .env.example .env # update .env accordingly
#
# build the container
$ docker build -t beetube-bot .
# run the container
$ docker run --name beetube --env-file=.env -it beetube-bot
$ git clone https://github.com/kodjunkie/beetube-bot.git
$ cd beetube-bot
$ cp .env.example .env # update .env accordingly
#
# To boot-up first time only
# Or whenever docker file is modified (builds the container)
$ docker compose up --build
# To boot-up without building the container (regular use)
$ docker compose up
# To shut-down
$ docker compose down
Hope you liked this project, don't forget to give it a star ⭐
$ npm test
# via docker
$ docker exec -it beetube npm test
This project is opened under the MIT 2.0 License which allows very broad use for both academic and commercial purposes.