notes for devs

This commit is contained in:
loveyousomuch 2021-10-27 11:15:02 +03:00
parent 74f4b2f429
commit 9cc5877ee9

View file

@ -1,6 +1,7 @@
# Python Aternos API # Python Aternos API
An unofficial Aternos API written in Python. An unofficial Aternos API written in Python.
It uses requests, cloudscraper and lxml to parse data from [aternos.org](https://aternos.org/). It uses requests, cloudscraper and lxml to parse data from [aternos.org](https://aternos.org/).
> Note vim for devs: if u have problem like this `IndentationError: unindent does not match any outer indentation level`, try out `retab`.
## Using ## Using
First you need to install the module: First you need to install the module: