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

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

Awesome Lists containing this project

README

          

# Snakifyer

### A simple to bot to automate problem submissions on [snakify.org](https://snakify.org/)

![image](https://ik.imagekit.io/gyzvlawdz/Projects/snakify/Add_a_heading_8qZu46hrQ.png)

## 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
```


![image](https://user-images.githubusercontent.com/78685510/212165621-97247489-bf02-4ba8-ac2c-8d4eeaa4b472.png)