No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| actapublica.py | ||
| readme.md | ||
| requirements.txt | ||
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.