Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"`