Tweepy

Alternatives To Tweepy
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tweepy9,9074,1512672 months ago47April 24, 202382mitPython
Twitter for Python!
Twitteroauth4,283721167a day ago42October 28, 20237mitPHP
The most popular PHP library for use with the Twitter OAuth REST API.
Twitter Scraper3,672102a month ago11July 17, 202053mitPython
Scrape the Twitter Frontend API without authentication.
Python Twitter3,2771,671532 years ago24November 03, 201892otherPython
A Python wrapper around the Twitter API.
Twitter Api V2 Sample Code2,290
a month ago70apache-2.0JavaScript
Sample code for the Twitter API v2 endpoints
Harpy1,985
a month agogpl-3.0Dart
a Twitter app built with Flutter 🦅
Twitter Api Php1,819423444 years ago4May 08, 201730mitPHP
The simplest PHP Wrapper for Twitter API v1.1 calls
Twython1,7861,128292 years ago61July 16, 202121mitPython
Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
Twurl1,7741225 months ago20August 27, 202012mitRuby
OAuth-enabled curl for the Twitter API
Go Twitter1,55872317a year ago3November 04, 20227mitGo
Go Twitter REST and Streaming API v1.1
Alternatives To Tweepy
Select To Compare


Alternative Project Comparisons
Readme

Tweepy: Twitter for Python!

PyPI Version Python Versions DOI

Documentation Status Test Status Coverage Status

Discord Server

Installation

The easiest way to install the latest version from PyPI is by using pip:

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

Popular Twitter Projects
Popular Twitter Api Projects
Popular Social Media Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Twitter
Twitter Api