-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send long messages as a private message.
- Loading branch information
1 parent
ee2c1ee
commit 9de46d4
Showing
4 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Easy Lyrics Bot | ||
This telegram bot works as in inline mode and retrieves lyrics for the given query. | ||
This is an inline mode bot and retrieves lyrics from AZ Lyrics for the given query. | ||
|
||
## How it works | ||
This is an inline bot, that means that can be called from any chat by simply typing @EasyLyricsBot. | ||
|
||
After @EasyLyricsBot you should write your lyric search, which could contain artist's name for higher precision. An | ||
After @EasyLyricsBot you should write your lyric search, which could contain the artist's name for higher precision. An | ||
inline result will pop up showing the amount of results loaded. By selecting the article result, a message will be sent | ||
with an inline keyboard, where every button is a search result. | ||
|
||
After selecting a result, the message will be edited so it no longer shows the inline keyboard and the text will have | ||
After selecting a result, the message will be edited so it no longer shows the inline keyboard and the text will be | ||
the found lyrics. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters