https://github.com/tweepy/tweepy
Twitter for Python!
https://github.com/tweepy/tweepy
python twitter twitter-api
Last synced: 13 days ago
JSON representation
Twitter for Python!
- Host: GitHub
- URL: https://github.com/tweepy/tweepy
- Owner: tweepy
- License: mit
- Created: 2009-07-06T04:15:34.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T09:17:27.000Z (11 months ago)
- Last Synced: 2024-05-21T22:44:44.874Z (11 months ago)
- Topics: python, twitter, twitter-api
- Language: Python
- Homepage: https://www.tweepy.org
- Size: 13.2 MB
- Stars: 10,296
- Watchers: 266
- Forks: 4,612
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Security: .github/SECURITY.md
Awesome Lists containing this project
- best-of-web-python - GitHub - 6% open · ⏱️ 06.02.2024): (Third-party Web APIs)
- awesome-starred - tweepy - Twitter for Python! (Python)
- alternative-front-ends - Tweepy
- awesome-twitter-tools - Tweepy - An easy-to-use Python library for accessing the Twitter API. (Tools)
- awesome-python-again -
- awesome-hacking-lists - tweepy/tweepy - Twitter for Python! (Python)
- StarryDivineSky - tweepy/tweepy
README
Tweepy: Twitter for Python!
======[](https://pypi.org/project/tweepy/)
[](https://pypi.org/project/tweepy/)
[](https://zenodo.org/badge/latestdoi/244025)[](https://tweepy.readthedocs.io/en/latest/)
[](https://github.com/tweepy/tweepy/actions?query=workflow%3ATest)
[](https://coveralls.io/github/tweepy/tweepy?branch=master)[](https://discord.gg/bJvqnhg)
Installation
------------The easiest way to install the latest version from PyPI is by using
[pip](https://pip.pypa.io/):pip install tweepy
To use the `tweepy.asynchronous` subpackage, be sure to install with the
`async` extra:pip install tweepy[async]
You can also use Git to clone the repository from GitHub to install the latest
development version:git clone https://github.com/tweepy/tweepy.git
cd tweepy
pip install .Alternatively, install directly from the GitHub repository:
pip install git+https://github.com/tweepy/tweepy.git
Latest version of Python and older versions not end of life (bugfix and security) are supported.
Links
------ [Documentation](https://tweepy.readthedocs.io/en/latest/)
- [Official Discord Server](https://discord.gg/bJvqnhg)
- [Twitter API Documentation](https://developer.twitter.com/en/docs/twitter-api)