Skip to content

TufayelLUS/Twitter-UserName-Availability-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages