EdwardTang / Twitter-Search-API-Python

A python implementation of the Twitter Search Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter-Search-API-Python

A python implementation of the Twitter Search Example

This Python script is an implementation of it's Java version https://github.com/tomkdickinson/TwitterSearchAPI.

It's suitable as an example of how you can extract Tweets from Twitter, without going through their API and obtaining theoretically much large datasets.

While written for the Java version, the associated blog post for pagination on Twitter can be found here

Required Libraries

  • BeautifulSoup 4

About

A python implementation of the Twitter Search Example

License:Apache License 2.0


Languages

Language:Python 100.0%