Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 534 Bytes

File metadata and controls

9 lines (9 loc) · 534 Bytes

Twitter Username Availability Lookup Kit

Checks for availability of twitter account using twitter web api.

Usage

  • Install python
  • Set username in the code for lookup and start execution by running as
    python lookup.py
  • Or run as
    python lookup.py -u username
  • For bulk check, run with
    python lookup.py -l list.txt

Python Version Supported

All version should work, you have to install requests module using

pip install requests
or for python 3 using
pip3 install requests