etyping

Sushida API for Python


Keywords
etyping, python, API, RPA, CLI
License
MIT
Install
pip install etyping==2.0.0

Documentation

etyping-py

The RPA tool for e-typing with Python

Environment

  • ubuntu:20.04
  • docker
  • docker-compose

configuration

  • it's needed to create auth.json under root directory to login.
{
  "email": "<your email>",
  "passwd": "<password>"
}
  • optionally, you can edit config.yml for the program.

Run

$ xhsot + \
  && cd env/docker/ \
  && docker-compose up

Stop

$ docker-compose down