How to install pytweet
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install pytweet
Lastest release
Goal
tweet 'Hello twitter'
Usage
Usage: tweet [options] [STATUS]
Options: --version show program's version number and exit -h, --help show this help message and exit -u USER, --username=USER Twitter username -p PASSWORD, --password=PASSWORD Twitter password -s STATUS, --status=STATUS Twitter status message -o, --open Open tweet in web browser after posting. --delete Delete status message immediately after posting. Useful for debugging. -t, --test Test mode. Does everything except posting. -c CONFIG, --config=CONFIG Path to config file (default ~/.tweetrc) --debug Debug mode. Do not catch exceptions. -v, --verbose set the log level to INFO -l LOGLEVEL, --loglevel=LOGLEVEL set the log level, 0 = no log, 10+ = level of logging --logfile=LOG_FILE File to log messages to. If - or not provided then stdout is used.