A simple twitter command line client
Project description
* Requirements
1. A twitter acount
2. A twitter application registered at [[https://dev.twitter.com/apps]]
* Installation
Install =oauth2= and =python-twitter=.
#+BEGIN_SRC example
pip install oauth2
pip install python-twitter
#+END_SRC example
Download =ptwit=.
#+BEGIN_SRC example
git clone git://github.com/ptpt/ptwit.git
#+END_SRC example
Have fun :)
* Usage:
** Twitter commands
Login:
#+BEGIN_SRC example
ptwit login
#+END_SRC
Get friends timeline:
#+BEGIN_SRC example
ptwit timeline
#+END_SRC
Post status:
#+BEGIN_SRC example
ptwit post hello world
ptwit post < tweet.txt
#+END_SRC
Get public timeline:
#+BEGIN_SRC example
ptwit public
#+END_SRC
Get mentions or replies:
#+BEGIN_SRC example
ptwit mentions
ptwit replies
#+END_SRC
Send message:
#+BEGIN_SRC example
ptwit send someone hello, ptwit is awesome
cat message.txt | ptwit send someone
#+END_SRC
1. A twitter acount
2. A twitter application registered at [[https://dev.twitter.com/apps]]
* Installation
Install =oauth2= and =python-twitter=.
#+BEGIN_SRC example
pip install oauth2
pip install python-twitter
#+END_SRC example
Download =ptwit=.
#+BEGIN_SRC example
git clone git://github.com/ptpt/ptwit.git
#+END_SRC example
Have fun :)
* Usage:
** Twitter commands
Login:
#+BEGIN_SRC example
ptwit login
#+END_SRC
Get friends timeline:
#+BEGIN_SRC example
ptwit timeline
#+END_SRC
Post status:
#+BEGIN_SRC example
ptwit post hello world
ptwit post < tweet.txt
#+END_SRC
Get public timeline:
#+BEGIN_SRC example
ptwit public
#+END_SRC
Get mentions or replies:
#+BEGIN_SRC example
ptwit mentions
ptwit replies
#+END_SRC
Send message:
#+BEGIN_SRC example
ptwit send someone hello, ptwit is awesome
cat message.txt | ptwit send someone
#+END_SRC
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
ptwit-0.0.2.tar.gz
(7.3 kB
view details)
File details
Details for the file ptwit-0.0.2.tar.gz.
File metadata
- Download URL: ptwit-0.0.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26d09e7783292810f5884376fd7e03fcc477a038c7feb8fe9373cbfaee84d1f9
|
|
| MD5 |
133f3b338275a19a097fd44a2c4053d6
|
|
| BLAKE2b-256 |
2cde6fa49a17e443c8d0df8fbd53d85af3dce61c31ae2b741da35102e7f1ab52
|