Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 21, 2021 08:11 pm GMT

I Maked simple YouTube bot! :D

You can get source code from Github:
https://github.com/Lucifer25x/youtube-bot

Bot commands:

  • /info {url} - About video
  • /search {text} - Search video

Used Dependencies:

  • telegraf
  • @fabricio-191/youtube
  • dotenv

Create your own Youtube bot:

Clone repository:

git clone https://github.com/Lucifer25x/youtube-bot.git

Create .env file and type your bot token:

TOKEN=your_bot_token

Install npm dependencies:

npm install

Start project:

npm start

Original Link: https://dev.to/lucifer25x/i-maked-simple-youtube-bot-d-43k

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To