5l1v3r1 / Twitter-UserName-Availability-Lookup

Checks for availability of twitter account using twitter web api. Supports bulk checker (last checked 12-03-2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Checks for availability of twitter account using twitter web api. Supports bulk checker (last checked 12-03-2020)


Languages

Language:Python 100.0%