TrackRadar is a Twitter bot that identifies and provides information about songs in tweeted videos. The bot can be triggered by mentioning the bot's username in a tweet, or by tweeting a video and asking for the song's name in a reply. TrackRadar will analyze the video and reply with the artist's name, song title, and a link to the song on YouTube.
- Recognizes songs in videos tweeted by users
- Supports multiple languages for search queries
- Replies with song information, including:
- Artist name
- Song title
- YouTube URL for the song
- Clone the repository:
git clone https://github.com/haakanergun/track_radar_bot.git
- Navigate to the project directory:
cd track_radar_bot
- Install the required dependencies:
pip install -r requirements.txt
- Run the bot:
python bot_v3.py
- Mention the bot's username in a tweet containing a video, or ask for the song's name in a reply to a tweet containing a video.
- The bot will analyze the video, identify the song, and reply with the song information.
- tweepy
- acrcloud
- google-api-python-client
Contributions are welcome! If you have any suggestions, ideas, or improvements, please feel free to create a pull request or open an issue.