A CLI tool for interacting with Genius
Leveraging the Genius api with python
Use on Telegram
-
Getting infomation 👌
- Songs 🔉
- Artists 😎
- Lyrics 📝
- Annotations 🖊️
-
Saving prefrences ⚡
- Artist Info 😎
- Song info and lyrics 📝
-
Latest information and articles 💫
- Headliner from genius.com
- Oher articles
- Charts
- Python3
- Any Operating system
- Requirements
- An open mind
-
Read Documentation
-
Install from pypi
$ pip3 install blyrics
- import module
>>>from blyrics import Package
>>>Package = Package()
>>># Get song info and lyrics
>>>song_info = Package.search_song(song='No role Models')
>>>
>>># Get artist information
>>>artist_info = Package.search_artist(artist='Cole')
- Clone the repository
$ git clone https://github.com/AgbaD/BLyrics.git
$ cd BLyrics
-
Install the dependencies
$ pip3 install -r requirements.txt
- Run script
- Windows OS
$ python blyrics\blyrics.py
- Unix or Linux
$ python3 blyrics/blyrics.py
- Windows OS
- kindly share with friends 😃
- Thank you for using 😄
- If there is any problem, you can open an issue ❔
- Leave us a star ⭐
@BlankGodd