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
- Host: GitHub
- URL: https://github.com/fleaz/infowall
- Owner: fleaz
- Created: 2016-01-26T10:02:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T22:41:54.000Z (over 10 years ago)
- Last Synced: 2025-12-28T20:53:04.783Z (6 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)