Skip to content

youjin-c/tweequency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweequency

Automative / generative music using your Tweetdeck account
IMAGE ALT TEXT HERE
Clink the image for the demo video

What is it? How does it work?

It is a Python automation bot for generative music.

  1. Tweequency opens your TweetDeck with your Twitter account. You can put your Twitter ID and password in line 37 in the tweetdeck.py file.
  2. TweetDeck has a Trending column for your account. Usually, it opens a Trending column as default.
  3. 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.
  4. 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.
  5. Enjoy the tweet orchestra!

I used Selenium and TweetDeck for this project, if you are interested in, go check the link!

Can I use it?

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

Releases

No releases published

Packages

No packages published