Skip to main content

Get tweets from the Twitter Frontend API.

Project description


Twitter Analysis
===============

Twitter's API is annoying to work with, and has lots of limitations —
luckily their frontend (JavaScript) has it's own API, which Kennethreitz reverse–engineered.
No API rate limits. No restrictions. Extremely fast.

You can use this library to get the text of any user's Tweets and use the results for analysis.

Usage
=====

.. code-block:: pycon

>>> from twitter_analysis import get_tweets

>>> for tweet in get_tweets('kennethreitz', tweets=100):
>>> print(tweet)
P.S. your API is a user interface
s3monkey just hit 100 github stars! Thanks, y’all!
I’m not sure what this /dev/fd/5 business is, but it’s driving me up the wall.


It appears you can ask for up to 450 tweets reliably (25 html pages).

Installation
============

.. code-block:: shell

$ pipenv install twitter-analysis

Only Python 3.6+ is supported


LICENSE
=======

MIT


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

twitter-analysis-0.0.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

twitter_analysis-0.0.2-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page