Who doesn't like lyrics? 😉 Everybody does! 😆.. and we all love😍 Telegram, right? Decided to build a simple Telegram-Genius mashup bot🐾
.
├── 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.