niryarden / lyrics_bot

Telegram bot made for sending you the lyrics you're currently listening to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lyrics_bot logo

lyrics_bot

A Telegram bot made for sending you lyrics and meaning of songs you listen to.

Abilities

The lyrics_bot meant to be run on a windows computer which has an active iTunes app installed. When asked, the bot can access your iTunes app, extract the current played song, search for its lyrics or meaning online, and send in back to you in the telegram chat. No need to search your favorite songs manually - the bot will do it for you.

Usage

Clone the repository and install the requirements

git clone https://github.com/niryarden/lyrics_bot.git
cd lyrics_bot
pip install -r requirements.txt

Create a 'token.cfg' with that structure:

[creds]
token = <Your_Telegram_Token>

Run the app using your chat_id

python app.py <Your_Chat_ID>

And if everything went well, you've got a wake up Telegram message from the bot. type /hello and send to get full details about possible commands.

About

Telegram bot made for sending you the lyrics you're currently listening to

License:MIT License


Languages

Language:Python 100.0%