Py-Telegram-BOT
This bot sends music file to the user and can send thier usernames and profile image.
API LIBRARY USED
I used Telegram api and youtube_dl library.
Setup
$ git clone https://github.com/aamit2267/Py-Telegram-Bot.git
$ cd ./Py-Telegram-Bot/
$ pip install -r requirements.txt
Now, Enter Your token: (line 64)
updater = Updater("Your_TOKEN", use_context=True)
Test
$ python main.py
Log in or sign up for Devpost to join the conversation.