Pull, cache, display tweets.
Project description
Jmbo Twitter
Jmbo app to fetch and display tweets as listings.
Installation
Install or add jmbo-twitter to your Python path.
Add jmbo_twitter to your INSTALLED_APPS setting.
Usage
Twitter’s API version 1 requires authentication. Obtain authentication info at https://dev.twitter.com/apps. The following setting is required:
JMBO_TWITTER = { 'consumer_key': 'XXX', 'consumer_secret': 'XXX', 'access_token_key': 'XXX', 'access_token_secret': 'XXX' }
Changelog
0.2.1
Actually respect the force parameter when fetching tweets.
Clean up confusing code.
0.2
Handle Twitter’s new API v1 which requires authentication.
0.1.4.1
More defensive code in the event of python-twitter breaking.
0.1.4
Do not use slug as the Twitter identifier anymore since it may clash.
0.1.3
Make admin resilient in case admin_urls.py is not in settings.
0.1.2
Fix bug where the twitter account name may be overridden.
0.1.1
Fix serious bug where new feeds could not be added.
0.1
First release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jmbo-twitter-0.2.1.tar.gz
.
File metadata
- Download URL: jmbo-twitter-0.2.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adb92ffc6429159d7eb72ac58c7a0889158e0339385f9a3e149d7715baad70ee |
|
MD5 | 6874d7ddd850593587a28c67bdda4210 |
|
BLAKE2b-256 | 21607d2cd29de83d1250ac0f98ed13de7c04bf6661e098fe9fbe5d81363d7c09 |
File details
Details for the file jmbo_twitter-0.2.1-py2.7.egg
.
File metadata
- Download URL: jmbo_twitter-0.2.1-py2.7.egg
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 832bdf0f0d1249ecbd05cea13158bbdb51638ebc0b0cd436116e2469e53d9f27 |
|
MD5 | 8e9e6e67a7837fa58d10ba2ad2ba285f |
|
BLAKE2b-256 | 77e672a164a8ef0fa306f0b1f790228ad8da6fd7c97b313700ba6840423b4183 |