🦀 ClawHub
Andrew Google Tasks
by @ibluewind
Google Tasks API ���� �� (Task) �리. OAuth 2.0 �� ��. ���� �� � 목�� 조�, ��, ��, �� �리�� � ��.
⚙️ Configuration
1. OAuth ������� �� ��
�미 구� �린�, ��� ���과 ��� �� ��� ������:
# �� ��� �미 ���� ��면 ��
ls ~/.google-credentials.json
2. �존� ��
pip install google-api-python-client google-auth-httplib2 google-auth-oauthlib
3. �� ����
cd /Users/andrew/.openclaw/workspace/google-tasks
python3 scripts/tasks_ops.py
첫 ��� ����� �리고 Google ���� �그� � ��� ����� ����.
📋 Tips & Best Practices
"OAuth ������� �� ��� ����" ��:
~/.google-credentials.json ��� ��� ���� ���:
rm ~/.google-tasks-token.pickle�� ��:
rm ~/.google-tasks-token.pickle && python3 scripts/tasks_ops.pyTERMINAL
clawhub install andrew-google-tasks