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.
 
Lasse Studion a2191a0eb9 2 years ago
.gitignore Added requirements.txt 2 years ago
actapublica.py 2 years ago
readme.md Updated readme with correct formatting. 2 years ago
requirements.txt Added requirements.txt 2 years ago

readme.md

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.