https://github.com/gregturn/twitter-clone
Toy application to experiment with mixing pika and Spring Python
https://github.com/gregturn/twitter-clone
Last synced: 3 months ago
JSON representation
Toy application to experiment with mixing pika and Spring Python
- Host: GitHub
- URL: https://github.com/gregturn/twitter-clone
- Owner: gregturn
- Created: 2010-07-21T17:57:25.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-21T18:14:59.000Z (almost 16 years ago)
- Last Synced: 2025-12-08T00:06:26.056Z (6 months ago)
- Homepage:
- Size: 3.36 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
This toy application involves using the pika library to talk to a RabbitMQ broker, with the task of building a web application.
The web framework is CherryPy, and it utilized Spring Python (http://springpython.webfactional.com) to do various things like
implement security.
The assumption is you are using some sort of virtualenv setup like this:
% virtualenv sp --no-site-packages
From this, it is recommended to download and install Spring Python (see web site for where to get the bundle), along with
installing CherryPy and pika.
After that, to run it:
% python twitter_clone.py
Unfortunately, the polling thread blocks, so to kill it, you must background it then kill the job.