Skip to content

RuselK/telegram_bot_audio_download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram bot for voice message download

Description

This telegram bot is used to download voice message from telegram. You can send voice message directly or forward it to the bot.

Installation:

  1. Clone repository:
git clone git@github.com:RuselK/telegram_bot_audio_download.git
  1. Create venv:
python3 -m venv venv
  1. Run venv:

for linux:

source venv/bin/activate

for windows:

source venv/scripts/activate
  1. Install dependences:
pip install -r requirements.txt
  1. Create .env file and write telegram token:
touch .env 
nano .env 

Add following to your .env file:

TOKEN=<your_telegram_token>
  1. Run the bot:
python3 main.py

Included Libraries

  1. python-telegram-bot

About

telegram_bot_audio_download

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages