Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fleaz/infowall

Twitterwall like Webpage using websockets
https://github.com/fleaz/infowall

Last synced: about 2 months ago
JSON representation

Twitterwall like Webpage using websockets

Awesome Lists containing this project

README

        

infowall
========

Twitterwall using websockets.

!! Attention !!

Don't use this code in production. It is not safe and contains for sure a xss vulnerability.

This is only some playing with tornado, websockets and the twitter streaming api

Requirements:

Create an app on twitter to have access to the streaming api.

python3 modules
* tornado
* twitter

Quickstart:
* clone the repo
* copy example.config.py to config.py
* edit config.py
* edit html/config.js
* python tornado_server.py
* python tornado_twitter.py
* open a browser (with websockets enabled) an navigate to the target dir (file://foobar/infowall/html/index.html or so)
* python tornado_client.py (cli to send messages to different/new channels on the wall)