Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tufayellus/twitter-username-availability-lookup

Checks for availability of twitter account using twitter web api. Supports bulk checker (last checked 12-03-2020)
https://github.com/tufayellus/twitter-username-availability-lookup

twitter-api twitter-bot twitter-bulk-username-checker twitter-mass-username-check twitter-username twitter-username-lookup

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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