Go to file
Shikiryu 62a0d79406 🚚 Rename the project 2021-04-23 15:07:20 +02:00
Mastodon ✨ Add Mastodon 2021-03-03 21:07:23 +01:00
webcollage@cd452fe0d1 πŸŽ‰ Hello world 2021-02-26 13:17:32 +01:00
.gitignore ✨ Add Mastodon 2021-03-03 21:07:23 +01:00
.gitmodules πŸ”§ Change URL of the submodule 2021-02-26 13:36:08 +01:00
README.md 🚚 Rename the project 2021-04-23 15:07:20 +02:00
composer.json πŸŽ‰ Hello world 2021-02-26 13:17:32 +01:00
composer.lock πŸŽ‰ Hello world 2021-02-26 13:17:32 +01:00
config.json πŸŽ‰ Hello world 2021-02-26 13:17:32 +01:00
mastodon-config.php.template ✨ Add Mastodon 2021-03-03 21:07:23 +01:00
mastodon.php ✨ Add Mastodon 2021-03-03 21:07:23 +01:00
twitter-config.php.template 🚚 Rename file so that it won't be only Twitter 2021-03-03 21:06:21 +01:00
twitter.php 🚚 Rename file so that it won't be only Twitter 2021-03-03 21:06:21 +01:00

README.md

Installation

git clone --recurse-submodules https://git.shikiryu.com/Shikiryu/social-webcollage.git webcollage
cd webcollage
composer install
cp twitter-config.php.template twitter-config.php
cp mastodon-config.php.template mastodon-config.php
nano twitter-config.php && nano mastodon-config.php

Insert Twitter API details in twitter-config.php and Mastodon API details in mastodon-config.php