diff --git a/README.md b/README.md index 321d50e..f04e4ab 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Music Bucket Bot -A Telegram Bot that collects Spotify music links that users send in a chat and shows them by request, +A Telegram Bot that collects **Spotify** music links that users send in a chat and shows them by request, with the related info: - *Artist* - *Album* - *Track* - *Genres* -It also integrates with Last.fm to retrieve information about your user like Now Playing. +It also integrates with **Last.fm** to retrieve information about your user like **Now Playing**. ### Currently supported music streaming services: - [x] Spotify diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/music/__init__.py b/tests/music/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/music/tests_lastfm.py b/tests/music/tests_lastfm.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/music/tests_musicbrainz.py b/tests/music/tests_musicbrainz.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/music/tests_spotify.py b/tests/music/tests_spotify.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/tests_db.py b/tests/tests_db.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/tests_logger.py b/tests/tests_logger.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/tests_music_bucket_bot.py b/tests/tests_music_bucket_bot.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/tests_responser.py b/tests/tests_responser.py new file mode 100644 index 0000000..e69de29