How to start working on mobilizon-reshare

  • Python 3.9 or newer
  • Poetry
  • A test Mastodon account to try live integration
git clone https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare
cd mobilizon-reshare
poetry install
poetry run pytest

Done? good! then:

export SECRETS_FOR_DYNACONF="$(pwd)/mobilizon_reshare/.secrets.toml"
export SETTINGS_FILE_FOR_DYNACONF="$(pwd)/mobilizon_reshare/settings.toml"
poetry run mobilizon-reshare start

Know more