An advanced Twitter scraping tool. No authentication. No API. No limits to fetching usernames from the user id's.
Project description
No authentication. No API. No limits.
twitterUsernameviaUserID is an advanced Twitter scraping tool written in Python and Selenium that allows for scraping tweet usernames from the twitter id's, without using Twitter's API.
tl;dr Benefits
Some of the benefits of using twitterUsernameviaUserID vs Twitter API:
- Can fetch all tweet usernames from their id's (Twitter API limits to last 3200 Tweets only);
- Fast initial setup;
- Can be used anonymously and without Twitter sign up;
- No rate limitations.
Requirements
- Python >= 3.6
- Selenium
- WebDriver Manager
Installing
Pip:
- pip3 install twitterUsernameviaUserID
- Voila!
Example:
from twitterUsernameviaUserID import getHandles as gH
# A dictionary with mapped user ids to their usernames
temp= gH.getHandles([<list of user ids>], <delay time between request>)
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
Built Distribution
File details
Details for the file twitterUsernameviaUserID-0.0.4.tar.gz
.
File metadata
- Download URL: twitterUsernameviaUserID-0.0.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ce49c06bd2b46346ef9b6c9160df0ee08dce1913270f8f7691a0f82f068d0df |
|
MD5 | 8846badda9f6e893d31c76dcf6c16cd4 |
|
BLAKE2b-256 | 4aaa79d22dd9bdfd4cf1a5c464af6762bdb58fa3daa928d052fc1c02b296dd9c |
File details
Details for the file twitterUsernameviaUserID-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: twitterUsernameviaUserID-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5987ef7fb27772b680c42a4f9334a399153087039cc48bbf07cab0eb9bc91e91 |
|
MD5 | 5f0bff3fba46e89c8453d18e2f6c5140 |
|
BLAKE2b-256 | 3ca5a1b67117d698dfbeb0c8878827f400b955b07d01b48da05a7a174fe7ebc9 |