Update README.md

This commit is contained in:
Clarth 2025-02-16 16:09:30 -05:00
parent 3dd147335d
commit e34257e97c
1 changed files with 55 additions and 55 deletions

View File

@ -7,7 +7,7 @@
`/absolute/path/to/venv/bin/pip install spotdl` `/absolute/path/to/venv/bin/pip install spotdl`
`/absolute/path/to/venv/bin/pip3 install pyTelegramBotAPI` `/absolute/path/to/venv/bin/pip3 install pyTelegramBotAPI requests beautifulsoup4 spotdl`
3. Edit start.py with correct telegram API token and change directories variables. 3. Edit start.py with correct telegram API token and change directories variables.
@ -46,8 +46,8 @@ exit
1. Private message your bot. 1. Private message your bot.
2. Type `/start` in the PM 2. Type `/start` in the PM
3. It will ask you for an artist name. It **NEEDS** to be excatly as you see it on the artists spotify page. The bot uses this as the directory name it downloads the music into. 3. The bot will ask for the artist url. It will look something like this `https://open.spotify.com/artist/lajs7ahska91187skas`
4. The bot will ask for the artist url. It will look something like this `https://open.spotify.com/artist/lajs7ahska91187skas` 4. Bot auto gets the artist name.
5. Wait, the bot will let you know when it's done and ready for another artist. 5. Wait, the bot will let you know when it's done and ready for another artist.