A way to safely schedule messages with Mastodon and Pleroma
Find a file
2019-08-11 10:27:57 +02:00
bin Initial commit 2019-08-08 17:29:59 +02:00
config schedule media 2019-08-10 15:30:54 +02:00
public Change footer 2019-08-11 10:27:57 +02:00
src Add support page 2019-08-10 15:38:12 +02:00
templates Change footer 2019-08-11 10:27:57 +02:00
translations Upload 2019-08-09 13:55:27 +02:00
.env Initial commit 2019-08-08 17:29:59 +02:00
.gitignore Initial commit 2019-08-08 17:29:59 +02:00
composer.json Fix emoji + set timezone automatically 2019-08-10 09:41:59 +02:00
composer.lock Fix emoji + set timezone automatically 2019-08-10 09:41:59 +02:00
README.md Update readme 2019-08-10 18:45:48 +02:00
symfony.lock Initial commit 2019-08-08 17:29:59 +02:00

How to install FedipPlan

  1. Clone the repository

  2. Install vendors:

composer install

PS: You need to install composer, just use:

apt install composer

Or you can do that with the following commands:

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

See: Download Composer

Support My work at fedilab.app

TODO:

1. Polls
2. Autocompletion for mentions, tags and emojis
3. Check and edit scheduled statuses.