-
Image Upload
-
Append Link to Hashtag
-
Url Detect
-
Daily, Weekly and Monthly Top Posts
-
Block Words Replace ( Support Simple and Traditional Chinese )
-
Block Blacklist Ips ( Support using CloudFlare )
Clone the repository and set up environment configuration
git clone https://github.com/BePsvPT/Facebook-Anonymous-Publisher.git
cp .env.example .env
Install packages
composer install --no-dev -o
Set the application key and run the database migrations, make sure you set up the environment configuration before migrate
php artisan key:generate
php artisan migrate
The next step is using your browser to visit the install page to set up the rest configuration
The final step is set up the schedule crontab, please refer the following link