Skip to content

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

License

Notifications You must be signed in to change notification settings

niryarden/lyrics_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages