Checks for availability of twitter account using twitter web api.
- 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
All version should work, you have to install requests module using
pip install requestsor for python 3 using
pip3 install requests