From f0a3b8a1029c07f3cd3726fd216a93c552f20a9c Mon Sep 17 00:00:00 2001 From: paurieraf Date: Tue, 21 May 2019 20:43:17 +0200 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- tests/__init__.py | 0 tests/music/__init__.py | 0 tests/music/tests_lastfm.py | 0 tests/music/tests_musicbrainz.py | 0 tests/music/tests_spotify.py | 0 tests/tests_db.py | 0 tests/tests_logger.py | 0 tests/tests_music_bucket_bot.py | 0 tests/tests_responser.py | 0 10 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 tests/__init__.py create mode 100644 tests/music/__init__.py create mode 100644 tests/music/tests_lastfm.py create mode 100644 tests/music/tests_musicbrainz.py create mode 100644 tests/music/tests_spotify.py create mode 100644 tests/tests_db.py create mode 100644 tests/tests_logger.py create mode 100644 tests/tests_music_bucket_bot.py create mode 100644 tests/tests_responser.py 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