Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
Tweepy is a Python library designed to facilitate programmatic interaction with the Twitter platform. It functions as a client that abstracts the complexities of network communication and authentication, allowing developers to manage account data, retrieve posts, and execute platform-specific actions through structured class methods. The library distinguishes itself by providing a comprehensive authentication handler that manages secure token-based authorization flows. It maps raw network endpoints into native language objects, enabling consistent data access and manipulation. By supporting b
A Python wrapper around the Twitter API.
Les fonctionnalités principales de bear/python-twitter sont : Twitter - Online microblogging service.
Les alternatives open-source à bear/python-twitter incluent : inueni/birdy. ryanmcgrath/twython — Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs. tweepy/tweepy — Tweepy is a Python library designed to facilitate programmatic interaction with the Twitter platform. It functions as…