No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lasse Studion a2191a0eb9
2023-09-19 13:08:11 +02:00
.gitignore Added requirements.txt 2023-09-19 12:58:43 +02:00
actapublica.py 2023-09-19 13:08:11 +02:00
readme.md Updated readme with correct formatting. 2023-09-19 13:06:21 +02:00
requirements.txt Added requirements.txt 2023-09-19 12:58:43 +02:00

This is an API for Acta Publica. You need credentials to use it.

  1. Clone the repository.
  2. Run cd <path to repository on your computer> in the terminal.
  3. Run pip install -r requirements.txt in the terminal.
  4. Run the script with python actapublica.py or import it with from actapublica import ActaPublica into another script.