https://github.com/h1w/check-reddit-username
Script for checking name availability.
https://github.com/h1w/check-reddit-username
asynchronous asyncio python python-async python-asynchronous python-asyncio python-proxy python-reddit python3 reddit reddit-api reddit-checker reddit-username
Last synced: 2 months ago
JSON representation
Script for checking name availability.
- Host: GitHub
- URL: https://github.com/h1w/check-reddit-username
- Owner: h1w
- License: gpl-3.0
- Created: 2021-06-06T14:02:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T15:38:00.000Z (almost 4 years ago)
- Last Synced: 2024-02-25T14:43:40.508Z (about 1 year ago)
- Topics: asynchronous, asyncio, python, python-async, python-asynchronous, python-asyncio, python-proxy, python-reddit, python3, reddit, reddit-api, reddit-checker, reddit-username
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check Reddit Username
#### _Script for checking name availability on reddit.com_
Sometimes a SSL Error may be displayed, just ignore it, the program continues to run =)## Commands
_Usage: main.py [options] arg_
- --version - Show program's version number and exit
- -h --help - Show commands.
- -n USERNAME, --byname=USERNAME - Check available username by name.
- -l USERNAMES_LENGTH, --bylen=USERNAMES_LENGTH - Check available username by dictionary with declarated length. Result will be logged to file.## License
##### _GPL-3.0 License_