AvocadoMoon / CTEventScraper

Web scrapers that gather events from sites which publish them, and then upload them to a mobilizon instance. Currently used by CTGrassRoots
https://ctgrassroots.org/
2 stars 0 forks source link

Image Uploading #4

Open AvocadoMoon opened 1 month ago

AvocadoMoon commented 1 month ago

Problem

For some reason the GQL method for uploading a file is complex, and previous attempts have failed. Without image uploading every post by a certain group is visually the same when that should not be the case.

Solution

Figure out how the HTTP protocol utilized by GQL allows for file transfer, and the integration of that with Mobilizon API.