Mobilizon reshare è una suite per condividere gli eventi Mobilizon su un'ampia selezione di piattaforme e permettere ad un'organizzazione di automatizzare la propria strategia di social media sugli eventi e la loro promozione. https://mobilizon.it
Go to file
Simone Robutti fcd5116d1c
download events (#19)
* added get events stub

* added event parsing

* removed datetime

* added config and tests

* fixed response format in test

* more tests

* added error handling for request

* improved dummy data

* added get_unpublished_events

* added test

* removed last_accessed

* mobilizon_url moved to fixture

* added config comments

* moved mobilizon group to config
2021-05-30 21:47:36 +02:00
mobilizon_bots download events (#19) 2021-05-30 21:47:36 +02:00
tests download events (#19) 2021-05-30 21:47:36 +02:00
.gitignore Init configuration 2021-05-03 18:31:37 +02:00
.pre-commit-config.yaml updated to python 3.9 2021-05-02 18:33:13 +02:00
.pre-commit-hooks.yaml added .gitignore and pre-commit 2021-04-25 11:10:47 +02:00
LICENSE first commit 2021-04-18 16:10:45 +02:00
README.md added README for pre-commit 2021-04-25 11:13:59 +02:00
README.rst added README for pre-commit 2021-04-25 11:13:59 +02:00
poetry.lock download events (#19) 2021-05-30 21:47:36 +02:00
pyproject.toml download events (#19) 2021-05-30 21:47:36 +02:00
setup.cfg reworked validation 2021-05-02 10:37:46 +02:00

README.md

Develop

To run pre-commit hooks run pre-commit install after cloning the repository.

Make sure to have pre-commit installed in your active python environment. To install: pip install pre-commit. For more info: https://pre-commit.com/