https://github.com/AmineSoukara/PyLyricsBot
PyLyrics Is An [Open-Source] Bot That Can Help You Get Song Lyrics
https://github.com/AmineSoukara/PyLyricsBot
bot genius lyrics pyrogram telegram
Last synced: 11 months ago
JSON representation
PyLyrics Is An [Open-Source] Bot That Can Help You Get Song Lyrics
- Host: GitHub
- URL: https://github.com/AmineSoukara/PyLyricsBot
- Owner: AmineSoukara
- License: mit
- Created: 2021-07-29T00:53:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T20:54:47.000Z (almost 5 years ago)
- Last Synced: 2024-11-29T08:38:23.767Z (over 1 year ago)
- Topics: bot, genius, lyrics, pyrogram, telegram
- Language: Python
- Homepage: https://github.com/AmineSoukara/PyLyricsBot
- Size: 18.6 KB
- Stars: 13
- Watchers: 2
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
PyLyrics-Bot
Telegram Bot To Search Song Lyrics From Genuis.










❤ Deploy Your Own Bot :
# Star 🌟 Fork 🍴 & Deploy
### -Easy Way
[](https://heroku.com/deploy?template=https://github.com/AmineSoukara/PyLyricsBot/tree/main)
### -Self-hosting (For Devs)
```python3
## Clone The Repo
git clone https://github.com/AmineSoukara/PyLyricsBot
## Enter The Directory
cd PyLyricsBot
## Install Requirements
pip3 install -r requirements.txt
## Run The Bot
python3 main.py
```
### -Mandatory Configs
```
[+] Make Sure You Add All These Mandatory Vars.
[-] API_ID: You can get this value from https://my.telegram.org
[-] API_HASH : You can get this value from https://my.telegram.org
[-] BOT_TOKEN : You can get this value from https://t.me/botfather
[-] GENIUS_API: You can get this value from https://genius.com/api-clients
[+] Bot will not work without setting the mandatory vars.
```
# 📭 Credits :
[@AmineSoukara](https://github.com/AmineSoukara)
[@Dan](https://github.com/pyrogram/pyrogram)
[@JohnWMillr](https://github.com/johnwmillr/LyricsGenius)