Python: Daftar API Twitter dengan Python

From OnnoWiki
Revision as of 05:14, 25 January 2017 by Onnowpurbo (talk | contribs) (Created page with "* https://github.com/tweepy/tweepy tweepy maintained by @applepie & more — a Python wrapper for the Twitter API (documentation https://github.com/tweepy/tweepy/tree/master/d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • https://github.com/tweepy/tweepy tweepy maintained by @applepie & more — a Python wrapper for the Twitter API (documentation https://github.com/tweepy/tweepy/tree/master/docs ) (examples https://github.com/tweepy/tweepy/tree/master/examples )
  • https://github.com/bear/python-twitter python-twitter maintained by @bear — this library provides a pure Python interface for the Twitter API (documentation https://github.com/bear/python-twitter/wiki )
  • TweetPony by @Mezgrman — A Python library aimed at simplicity and flexibility.
  • Python Twitter Tools by @sixohsix — An extensive Python library for interfacing to the Twitter REST and streaming APIs (v1.0 and v1.1). Also features a command line Twitter client. Supports Python 2.6, 2.7, and 3.3+. (documentation)
  • twitter-gobject by @tchx84 — Allows you to access Twitter’s 1.1 REST API via a set of GObject based objects for easy integration with your GLib2 based code. (examples)
  • TwitterSearch by @crw_koepp — Python-based interface to the 1.1 Search API.
  • twython by @ryanmcgrath — Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs. Supports all v1.1 endpoints, including dynamic functions so users can make use of endpoints not yet in the library. (docs)
  • TwitterAPI by @boxnumber03 — A REST and Streaming API wrapper that supports python 2.x and python 3.x, TwitterAPI also includes iterators for both API’s that are useful for processing streaming results as well as paged results.
  • Birdy by @sect2k — “a super awesome Twitter API client for Python”


Referensi