Metadata-Version: 2.1
Name: twitterUsernameviaUserID
Version: 0.0.2
Summary: An advanced Twitter scraping tool. No authentication. No API. No limits to fetching usernames from the user id's.
Home-page: https://github.com/rishi-raj-jain/twitterUsernamefromUserID
Author: Rishi Raj Jain, Dvanne laine
Author-email: rishi18304@iiitd.ac.in
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Requires-Dist: twitterUsernameviaUserID


[![Pull Requests Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
[![first-timers-only Friendly](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](http://www.firsttimersonly.com/)
[![GitHub license](https://img.shields.io/github/license/haccer/tweep.svg)](https://github.com/haccer/tweep/blob/master/LICENSE)
[![Selenium](https://img.shields.io/badge/-selenium-green)](https://www.selenium.dev/)
[![Python](https://img.shields.io/badge/-python-yellow)](https://www.python.org/)
[![Chrome](https://img.shields.io/badge/-chrome-blue)](https://www.google.com/chrome/)

>No authentication. No API. No limits.

**twitterUsernamefromUserID** 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 twitterUsernamefromUserID 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
- Google Chrome

## Installing

**Git:**
```bash
- git clone https://github.com/digitalPlayer1125/twitterUsernamefromUserID
- pip3 install . -r requirements.txt
- Place all the userid seperated by newline, in listIDS.txt file
- python3 getHandles.py
```


