This Project can share Twitter to Weibo
- PHP7+
- Composer
- Build Project
git clone https://github.com/popfeng/tweebo.git
cd tweebo
composer install dg/twitter-php
composer require xiaosier/libweibo:dev-master
cp .env.example .env
chmod 0777 storage
- Add the script to crontab
0 * * * * /usr/bin/php /home/popfeng/dev/tweebo/sync.php >>/tmp/tweebo.log 2>&1
systemctl restart crontab