You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .gitignore | 2 years ago | |
| actapublica.py | 2 years ago | |
| readme.md | 2 years ago | |
| requirements.txt | 2 years ago | |
readme.md
This is an API for Acta Publica. You need credentials to use it.
- Clone the repository.
- Run
cd <path to repository on your computer>in the terminal. - Run
pip install -r requirements.txtin the terminal. - Run the script with
python actapublica.pyor import it withfrom actapublica import ActaPublicainto another script.