Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 595 Bytes

使用说明

  • 打开config.php,在里面填入一组或多组信息(twitter_username/sina_email/sina_pwd)和新浪微博的apikey(没有可以不填)

  • 在当前目录下新建一个data文件夹,并设置为可写入

  • 设置cron为每5分钟执行一次脚本

    crontab -e */5 * * * * php /path/to/twitter2weibo.php

可以先试运行一下看看是否正常

新加的特性

  • 支持多用户(在config.php里配置)
  • 多线程同步(只支持linux)。
  • 保存用户cookie,避免多次读取
  • 用户删除某条/某些tweet后,不会出现异常同步
  • 完善的日志