A Telegram bot that gives you information about the song other people share with you in chat.
 
 
Go to file
Davide Polonio 91e3c89896 feat: add support for Spotify albums & playlists (#1)
feat: improve formatting output

* duration is now in human readable format
* list of artists is now capped at 140 chars max

chore(docker): upgrade Docker image and lint it

chore(spotify): refactor spotify wrapper & function names

feat(spotify): add playlist support, add pre-commit checks

fix: set right visibility in structs & fields

- Cleanup old imports

feat: add support for album links

- perform little code refactor, create new module spotify

Co-authored-by: Davide Polonio <poloniodavide@gmail.com>
Reviewed-on: #1
2021-11-15 09:03:23 +00:00
.idea feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
src feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
.dockerignore feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
.gitignore feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
.pre-commit-config.yaml feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
Cargo.toml feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
Dockerfile feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
LICENSE Initial commit 2021-09-21 21:39:07 +00:00
README.md feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00
songlify.iml feat: add support for Spotify albums & playlists (#1) 2021-11-15 09:03:23 +00:00

README.md

Songlify

A Telegram bot that gives you information about the song other people share with you in chat.