Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1016 Bytes

File metadata and controls

29 lines (25 loc) · 1016 Bytes

MusixMatchBot

Telegram-bot

Commands:

/charts <country_code> - returns top-chart of that country. 
For example: /charts usa. 
/chart_artists <country_code> - returns the list of the top artists of a given country. 
For example: /chart_artists ru
/tracks <artist_name> - returns popular tracks of given artist. 
For example: /tracks the weeknd
/lyrics <details> - returns parsed lyrics of the track by its name and/or artist from azlyrics.com
For example: /lyrics bellyache billie

Stack: Python - BeautifulSoup, requests, pyTelegramBotAPI

Demonstration:

image

image

image