Go to file
Clément afb4e93308 📝 Add README 2021-03-03 21:08:50 +01: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 📝 Add README 2021-03-03 21:08:50 +01: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/twitter-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