Create a file lyrics.txt
containing all the lyrics.
Empty lines are ignored so you can put them as you like.
If you haven't already, apply for a developer account, so that you get access to the API. You have to set the following environment variables with their respective values.
- TwitterConsumerKey
- TwitterConsumerSecret
- TwitterAccessToken
- TwitterAccessSecret
In order to run the script, you have to install the dependency: pip3 install tweepy
Dependency discord.py: pip3 install discord.py
(todo)
The following stuff should be done:
- Genius Integration to pull lyrics automatically (https://www.storybench.org/download-song-lyrics-genius-using-python/, https://genius.com/developers, https://github.com/johnwmillr/LyricsGenius)
- unify logging
This code is licensed under the MIT license. However, the lyrics are not covered by this license as they belong to their respective owners.