Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tweepy/tweepy
Twitter for Python!
https://github.com/tweepy/tweepy
python twitter twitter-api
Last synced: 6 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 (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T09:17:27.000Z (6 months ago)
- Last Synced: 2024-05-21T22:44:44.874Z (6 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!
======[![PyPI Version](https://img.shields.io/pypi/v/tweepy?label=PyPI)](https://pypi.org/project/tweepy/)
[![Python Versions](https://img.shields.io/pypi/pyversions/tweepy?label=Python)](https://pypi.org/project/tweepy/)
[![DOI](https://zenodo.org/badge/244025.svg)](https://zenodo.org/badge/latestdoi/244025)[![Documentation Status](https://readthedocs.org/projects/tweepy/badge/?version=latest)](https://tweepy.readthedocs.io/en/latest/)
[![Test Status](https://github.com/tweepy/tweepy/workflows/Test/badge.svg)](https://github.com/tweepy/tweepy/actions?query=workflow%3ATest)
[![Coverage Status](https://img.shields.io/coveralls/tweepy/tweepy/master.svg?style=flat)](https://coveralls.io/github/tweepy/tweepy?branch=master)[![Discord Server](https://discord.com/api/guilds/432685901596852224/embed.png)](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
Python 3.7 - 3.11 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)