Operate and troubleshoot bidirectional task sync between TickTick and Google Tasks.
python {baseDir}/sync.py
google-auth google-auth-oauthlib google-api-python-client requests```bash
python {baseDir}/scripts/setup_google_tasks.py
```
```bash
python {baseDir}/scripts/setup_ticktick.py
```
{baseDir}/config.json token and data paths.<-> TickTick Projects by same name.[★] high, [!] medium.# Cron: every 10 minutes
*/10 * * * * /path/to/python {baseDir}/sync.py >> /path/to/sync.log 2>&1
Use OpenClaw cron if available.
config.json paths point to existing token files.python {baseDir}/sync.py and inspect sync_log.json and sync_db.json.{baseDir}/utils/google_api.py{baseDir}/utils/ticktick_api.py共 2 个版本