No description
Find a file
2022-04-04 17:53:45 +02:00
cmd create events including picture 2022-04-04 17:53:45 +02:00
mobilizon create events including picture 2022-04-04 17:53:45 +02:00
scrapers create events including picture 2022-04-04 17:53:45 +02:00
vendor add initial testing 2022-04-04 17:33:21 +02:00
.gitignore Initial commit 2022-04-02 14:06:56 +02:00
go.mod add initial testing 2022-04-04 17:33:21 +02:00
go.sum add initial testing 2022-04-04 17:33:21 +02:00
LICENSE Initial commit 2022-04-02 14:06:56 +02:00
README.md refactor (generic jsonld extraction, ...) 2022-04-03 10:48:31 +02:00

mobilizon-event-importer

Extract events from various locked-in platforms, and import them into Mobilizon.

status: early alpha

usage

# install once using go
go install git.nroo.de/norwin/mobilizon-event-importer/cmd/import-fb-event@latest

# put mobilizon credentials into environment variables, and off you go
MOBI_INSTANCE= MOBI_EMAIL= MOBI_PASS= import-fb-event https://www.facebook.com/events/415721506974513

license

GPL-3.0-or-later