Skip to content

Simple python script to send tweets. It can be ease integrated to another app, such as media player, to send Now Playing status.

License

Notifications You must be signed in to change notification settings

tonykamillo/Tweet-Command-Line-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet-Command-Line-Tool

Is a simple python script to send tweets. It can be ease integrated to another app, such as media player, to send Now Playing status.

Needed oauth consumer and access tokens with write permission.

##Usage

python the-path-where-you-placed-the-file/tweet-tool.py 'My tweet message'

##Options

--config-file: Absolute path to config file that holds the OAuth tokens like shown below.

[oauth_settings]
consumer_key = your cosumer key
consumer_secret = your cosumer secret
access_token_key = your access token key
access_token_secret = your access token secret

If omitted, the config file will be searched by weet-tool.cfg in the same location where the tweet-tool.py was placed.

--interval: A number that indicates how often the tweets will be sent. Example:

python the-path-where-you-placed-the-file/tweet-tool.py 'My automatic tweet message' --interval=3

In above example, the automatic message will be sent for each 3 (three) scripts's call. This is a very useful feature for automatic calls from apps. Avoid nagging his followers flooding their timelines.

##If you are using GmusicBrowser

  • Go to settings > plugins
  • Enable Now Playing plugin
  • Fill the field "Command when playing song changed" like shown bellow.
python the-path-where-you-placed-the-file/tweet-tool.py '%t by %a #NowPlaying' --interval=3

##Installation

$ pip install tweet-command-line-tool

or download/clone the package and

$ python setup install

That's it.

About

Simple python script to send tweets. It can be ease integrated to another app, such as media player, to send Now Playing status.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages