clovisphere / telegram-lyrics-bot

A telegram-genius mashup bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A telegram-genius mashup bot


Languages

Language:Python 100.0%