Skip to content

sandenbergmelo/facebook-video-downloader-bot-for-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Video Downloader Bot for telegram

To run the project:

Set up a .env file in the root directory.

You can use the .env.example file as a template with the following content:

BOT_TOKEN='your_bot_token'

How to get a bot token:

  1. Open Telegram and search for BotFather
  2. Start a chat with BotFather
  3. Send /newbot command
  4. Follow the instructions
  5. Copy the token and paste it in the .env file

Install dependencies (using Bun):

bun install

Run:

bun dev

Releases

No releases published

Packages

No packages published