Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/seeder
Seeder is a Django application for allowing retweeting of important information.
https://github.com/tswicegood/seeder
Last synced: 12 days ago
JSON representation
Seeder is a Django application for allowing retweeting of important information.
- Host: GitHub
- URL: https://github.com/tswicegood/seeder
- Owner: tswicegood
- License: gpl-3.0
- Created: 2009-07-27T21:42:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-10-27T15:42:12.000Z (about 15 years ago)
- Last Synced: 2024-04-14T14:50:19.201Z (7 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Seeder
======
Seeder is a Django application for allowing retweeting important information.Introduction
------------
We have a great message at [Water.org][water] that we try to get out. This application
helps with that by allowing users to "donate" their status to us. Once they're
authorized use using [Twitter's OAuth][twit-oauth], it pushes updates that are
generated through Django's admin out to those users.Technology
----------
This uses the following applications:* [Django][Django] for the data storage
* [python-twitter][python-twitter] for interaction with Twitter
* [oauth-python-twitter][oauth-python-twitter] as a wrapper around Twitter's OAuth interfaceThis serves as a complete example of how to interact with Twitter's OAuth mechanism
using the various libraries that are available.Installation
------------
Yet to be writtenUsage
-----
Standard Django app usage. The only thing this requires is some way to
automatically run commands so it can post to Twitter.License
-------
This code is licensed under the [GPLv3][gpl].[water]: http://water.org
[twit-oauth]: http://apiwiki.twitter.com/OAuth-FAQ
[Django]: http://www.djangoproject.com
[python-twitter]: http://code.google.com/p/python-twitter/
[oauth-python-twitter]: http://code.google.com/p/oauth-python-twitter/
[gpl]: http://www.gnu.org/licenses/gpl-3.0.html