Skip to content

Retord/listentotwitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listen to Twitter

Listen to Twitter is a Python2 web application that allows you to convert the sentiment of any topic into a unique musical melody in real-time. The happier the general discussion, the higher the pitch of each note; the more tweets there are, the faster the notes play.

A live version is available at listentotwitter.com.

Python dependencies

The application has the following Python dependencies, which can be installed via pip:

Setup notes

If you'd like to setup your own copy of the application, following these instructions:

  1. Install the above Python dependencies.
  2. Clone the repository.
  3. Copy listentotwitter/config.py.default to listentotwitter/config.py.
  4. Edit the TWITTER_* variables in listentotwitter/config.py with your Twitter API keys.
  5. Edit the HTTP_* variables in listentotwitter/config.py with the host and port that the web server should bind to.
  6. Run python runserver.py.
  7. The web server should now be running and accessible from your web browser.

Credits

Initially created by Mustafa Al-Bassam, Mark Ormesher, Fares Alaboud and Kristin Kasavetova as Noisy Tweets at MLH Launch Hack.

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • JavaScript 3.4%
  • HTML 2.2%
  • CSS 0.7%