Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tippenein/commandline_tweeter
Simple tweet script
https://github.com/tippenein/commandline_tweeter
Last synced: 12 days ago
JSON representation
Simple tweet script
- Host: GitHub
- URL: https://github.com/tippenein/commandline_tweeter
- Owner: tippenein
- Created: 2013-07-10T21:25:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-10T21:38:44.000Z (over 11 years ago)
- Last Synced: 2024-10-11T23:54:14.612Z (about 1 month ago)
- Language: Python
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
commandline_tweeter
====This is a simple commandline tweeter based on [this](http://talkfast.org/2010/05/31/twitter-from-the-command-line-in-python-using-oauth/) article.
- Depends on tweepy - `pip install tweepy`
- the config.py holds the path to you .commandline_tweeter file for holding constants
- use the one_off.py to get your access key/secret
- `ln -s ~/path/to/repo/tweet /tweet`
- use the script to tweet : `tweet "cool tweet from the commandline"`