tweet
Twitter API wrapper for Python
Install
- All systems
-
curl cmd.cat/tweet.sh
- Debian
-
apt-get install python-twitter
- Ubuntu
-
apt-get install python-twitter
- Kali Linux
-
apt-get install python-twitter
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-twitter
- Raspbian
-
apt-get install python-twitter
- Dockerfile
- dockerfile.run/tweet
python-twitter
Twitter API wrapper for Python
This library provides a pure Python interface for the Twitter API. Twitter provides a service that allows people to connect via the web, IM, and SMS. Twitter exposes a web services API (http://twitter.com/help/api) and this library is intended to make it even easier for Python programmers to use.