https://github.com/akashrchandran/snakifyer
A simple to bot to automate problem submissions on snakify.org
https://github.com/akashrchandran/snakifyer
automation bot python python-3 python3 snakify
Last synced: about 1 year ago
JSON representation
A simple to bot to automate problem submissions on snakify.org
- Host: GitHub
- URL: https://github.com/akashrchandran/snakifyer
- Owner: akashrchandran
- License: mit
- Created: 2023-01-06T17:34:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T09:06:38.000Z (about 3 years ago)
- Last Synced: 2024-10-18T13:17:02.321Z (over 1 year ago)
- Topics: automation, bot, python, python-3, python3, snakify
- Language: Python
- Homepage: https://pypi.org/project/snakifyer/
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snakifyer
### A simple to bot to automate problem submissions on [snakify.org](https://snakify.org/)

## Installation
### Using pip
```
pip install snakifyer
```
> some linux distributions require to mention pip version.
```
pip3 install snakifyer
```
# Usage
> just run `snakifyer` on your terminal.
```
snakifyer
```
> for first time users it may ask for username and password. You have to share it once and it will get saved locally.
## Using commandline arguments
```
snakifyer -u username -p password
```
# Reset config to add new account
```
snakifyer -r
```
