Skip to content

clovisphere/telegram-lyrics-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Very Basic Telegram Bot

Who doesn't like lyrics? 😉 Everybody does! 😆.. and we all love😍 Telegram, right? Decided to build a simple Telegram-Genius mashup bot🐾

What you need (if you wanna run the lib/lyrics.py locally)?

.
├── README.md
├── app.py
├── lib
│   ├── __init__.py
│   └── lyrics.py
└── requirements.txt

You need to add a .env file at the root, and its content should be:

GENIUS_TOKEN='INSERT TOKEN HERE'
TELEGRAM_TOKEN='INSERT TOKEN HERE'

☝️obtain a CLIENT ACCESS TOKEN from Genius.

There's nothing crazy here, most of the stuff I did I owe to this article - which does a good job at explaining how to interact with the Genius api, the rest is a matter of googling, and reading api docs.

Releases

No releases published

Packages

 
 
 

Languages