Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tufayellus/twitter-username-availability-lookup
- Owner: TufayelLUS
- Created: 2020-03-12T07:58:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T12:21:02.000Z (over 4 years ago)
- Last Synced: 2023-10-20T23:33:52.188Z (about 1 year ago)
- Topics: twitter-api, twitter-bot, twitter-bulk-username-checker, twitter-mass-username-check, twitter-username, twitter-username-lookup
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 aspython lookup.py
* Or run aspython lookup.py -u username
* For bulk check, run withpython lookup.py -l list.txt
# Python Version Supported
All version should work, you have to install requests module usingpip install requestsor for python 3 usingpip3 install requests