mobili_cli/README.org

36 lines
634 B
Org Mode
Raw Normal View History

2021-08-23 01:08:25 +02:00
* Mobilizon importer
File importer into mobilizon graphql api.
** Morganize
This doesn't really make a lot of sense. I'm working on a script to import
events via mobilizon GraphQL api from yaml or json or whatever. Probably yaml.
** Functionality
*** Login
*** Get events
*** Create event
- options:
- update existing
- skip existing
**** From file
**** User input
**** Rss feed
** Structure
- python Click library for cli
- json
- graphql-core https://github.com/graphql-python/graphql-core
- https://graphql-core-3.readthedocs.io/en/latest/usage/queries.html
*** developing in guix