necessary tools for MVP
vecna opened this issue · 1 comments
vecna commented
Currently, the mobilizon-poster scripts are relatively slow to do be developed, also because my approach is to reverse the API by inspecting the browser traffic.
This is not the most efficient way, but I find it more straightforward rather than read the code of mobilizone. The documentation, although present, might offer clarification on some parameters, values, and logic, none more than this.
the scripts necessary are the ones that:
- allows renaming of a group (to switch from
-unofficial
to theofficial
) - upload pictures
- update an event
I did implement the location resolution, which is mandatory to create an event (but at the moment is not in the repository and I've to retrieve it)
vecna commented
the pictures upload isn't really solved yet!