deven96 / beetube-bot

A telegram :robot: bot :robot: for music, video, movie downloads and more..

Home Page:https://t.me/Beetube_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ Beetube ๐Ÿ Bot

A telegram bot for music, video, movie downloads and more.

https://github.com/kodjunkie/beetube-bot Beetube CI License: MIT

Installation

  1. Create a new bot via @BotFather and note the token
  2. Type /setcommands
  3. Select the bot you just created
  4. Copy and paste the below text as the bot's commands
  start - start a conversation with the bot
  search - search any category for results
  list - get results from a list of services

Lastly from you terminal, run the below commands

git clone https://github.com/kodjunkie/beetube-bot.git
cd beetube-bot
mv .env.example .env
# Update .env accordingly
npm install
# Start mongoDB daemon
npm start

Deployed

Checkout the deployed version here

Todo

  • Increment tests
  • Implement video (Youtube) search & download
  • Implement music (search & download)
  • Implement torrent (search & download .torrent)

Contribution

All contributions of any kind are welcome.

License (MIT)

This project is opened under the MIT 2.0 License which allows very broad use for both academic and commercial purposes.

About

A telegram :robot: bot :robot: for music, video, movie downloads and more..

https://t.me/Beetube_bot

License:MIT License


Languages

Language:JavaScript 100.0%