Mobilizon reshare è una suite per condividere gli eventi Mobilizon su un'ampia selezione di piattaforme e permettere ad un'organizzazione di automatizzare la propria strategia di social media sugli eventi e la loro promozione. https://mobilizon.it
Go to file
Giacomo Leidi 9763ca5fbf
Update system dependencies.
2024-03-14 12:39:16 +01:00
.github/workflows Migrate to importlib and update some dependencies (#189) 2024-01-28 21:08:17 +01:00
.img add badges 2024-01-07 22:37:58 +01:00
api_documentation
doc Update development-environment-with-guix.md 2023-01-03 18:54:19 +01:00
etc
mobilizon_reshare Migrate to importlib and update some dependencies (#189) 2024-01-28 21:08:17 +01:00
sample_settings/docker_web Store notifications. (#180) 2023-05-22 13:00:37 +02:00
scripts add badges 2024-01-07 22:37:58 +01:00
tests Enable publishing events by UUID. (#187) 2023-07-16 15:09:08 +02:00
.coveragerc
.envrc Revert "Update .envrc" 2023-10-30 20:58:53 +01:00
.gitignore Introduced FastAPI and Postgres support (#173) 2022-10-14 22:11:27 +02:00
.pre-commit-config.yaml Migrate to importlib and update some dependencies (#189) 2024-01-28 21:08:17 +01:00
.pre-commit-hooks.yaml
Dockerfile Introduced FastAPI and Postgres support (#173) 2022-10-14 22:11:27 +02:00
LICENSE
README.md Update README.md. 2024-01-07 22:44:11 +01:00
README.rst
channels-lock.scm Update system dependencies. 2024-03-14 12:39:16 +01:00
docker-compose-migration.yml Introduced FastAPI and Postgres support (#173) 2022-10-14 22:11:27 +02:00
docker-compose-web.yml Introduced FastAPI and Postgres support (#173) 2022-10-14 22:11:27 +02:00
docker-compose.yml Release v0.3.6. 2023-07-16 15:33:26 +02:00
guix.scm Fix docker image. 2024-03-02 00:12:05 +01:00
manifest.scm Migrate to importlib and update some dependencies (#189) 2024-01-28 21:08:17 +01:00
poetry.lock Fix docker image. 2024-03-02 00:12:05 +01:00
pyproject.toml Fix docker image. 2024-03-02 00:12:05 +01:00
setup.cfg

README.md

CI Python versions PyPI version License

The goal of mobilizon_reshare is to provide a suite to reshare Mobilizon events on a broad selection of platforms. This tool enables an organization to automate their social media strategy in regards to events and their promotion.

Platforms

mobilizon-reshare currently supports the following social platforms:

  • Facebook
  • Mastodon
  • Twitter
  • Telegram
  • Zulip

Usage

Scheduling and temporal logic

The tool is designed to work in combination with a scheduler that executes it at regular intervals. mobilizon_reshare allows fine-grained control over the logic to decide when to publish an event, with the minimization of human effort as its first priority.

Installation

mobilizon_reshare is distributed through Pypi and DockerHub. Use

$ pip install mobilizon-reshare

to install the tool in your system or virtualenv.

This should install the command mobilizon-reshare in your system. Use it to access the CLI and discover the available commands and their description.

Guix package

If you run Guix you can install mobilizon-reshare by adding our Guix channel to your .config/guix/channels.scm.

To run mobilizon-reshare from master you can run the following command from the root of the repository:

$ guix time-machine -C channels-lock.scm -- install -L . mobilizon-reshare.git

Run on your local system

Once you have installed mobilizon_reshare you can schedule the refresh from Mobilizon with your system's cron:

$ sudo crontab -l
*/15 * * * * mobilizon-reshare start

Deploying through Docker Compose

To run mobilizon_reshare in a production environment you can use the image published to DockerHub. We also provide an example docker-compose.yml.

Contributing

We welcome contributions from anybody. Currently our process is not structured but feel free to open or take issues through Github in case you want to help us. We have setup some instructions to setup a development environment here.