Twitter frontend API scraper
Project description
twitterpeel is a Twitter frontend API scraper based on Kenneth Reitz’s twitter-scraper. I originally wrote it because twitter-scraper was not compatible with Python 3.7.
Features
No Twitter API authentication necessary.
Fast.
Requirements
Python 3.6 or higher
Installation
$ pip3 install twitterpeel
or
$ git clone git@github.com:kylepw/twitterpeel.git && cd twitterpeel
Usage
>>> from twitterpeel import get_tweets
>>>
>>> for t in get_tweets('MISTERMORT', pages=3):
... print(t['tweetid'], t['text'])
...
1108565146019000321 i wonder if neiman marcus missed me...
1108521311863738369 Today is the day of spring equinox AND a full moon...
1108442303465697281 forgot what i was going to say
...
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
twitterpeel-0.2.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file twitterpeel-0.2.0.tar.gz.
File metadata
- Download URL: twitterpeel-0.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
635e11cdbd6762bd6383c809568ae3b728d7f3879d7eaae63def723ee3fd2ae4
|
|
| MD5 |
b3dcd48dd6ddb1741917e5a01d1caa48
|
|
| BLAKE2b-256 |
83f1ee8fe8ab8b09d09366a4daaf64baafe6950e8eb8edee626d7d48c6ce20e6
|
File details
Details for the file twitterpeel-0.2.0-py3-none-any.whl.
File metadata
- Download URL: twitterpeel-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f3d44684590ddfd2642697ab6b73ff973fe0d94550ab267d490df4a64ade74c
|
|
| MD5 |
fd2cf0de1e3fe343d84998fb060d375d
|
|
| BLAKE2b-256 |
9d30db36e6d4108c61ca45c029fedd5206878401770f1a677106e8a035a3eec8
|