Automative / generative music using your Tweetdeck account
Clink the image for the demo video
It is a Python automation bot for generative music.
- Tweequency opens your TweetDeck with your Twitter account. You can put your Twitter ID and password in line 37 in the tweetdeck.py file.
- TweetDeck has a Trending column for your account. Usually, it opens a Trending column as default.
- Tweequency bot clicks the 7th to the 10th hashtag in the Trending column. You will have 4 new hashtag columns, so 5 columns in total.
- Every time each hashtag column gets updated, it will play a drum sound and you can see which column is updated by the color change.
- Enjoy the tweet orchestra!
I used Selenium and TweetDeck for this project, if you are interested in, go check the link!
Sure! you will see ID and password in the line 37 in the tweetdeck.py file.
Instead of <creds['ID']> and <creds['password']>, type your Twitter account and enjoy!
[hint]You can also listen to specific hashtags you want.
Every requirement is installed in the Virtualenv folder(/venv), you can activate them with following commend.
Tweequency runs on Python 3.6.
$source /venv/bin/activate
$python tweetdeck.py