Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 809 Bytes

readme.md

File metadata and controls

36 lines (29 loc) · 809 Bytes

Twitter Username Lookup

Get Twitter used and unused username using Python.

Requirements

  1. Python already installed, visit Python to see docs

Steps

  1. How to get Twitter Access Token Go to Twitter developer site Twitter Developer and register twitter developer -> Create new project -> Create app -> Keys and token -> Authentication Tokens -> Regenerate -> Copy

  2. Install python module progressbar

pip install progressbar

or

python -m pip install progressbar

or

python3 -m pip install progressbar
  1. Run script
python lookup.py

or

python3 lookup.py
  1. File used.txt and unused.txt will generated

Good Luck