ICQ bot for saving your notes. Saves your notes to Yandex Disk
Provide your access token in ICQ_ACCESS_TOKEN environment variable and whitelist of allowed users in ICQ_ALLOWED_USERIDS var.
Yandex Disk access token should be provided in DISK_ACCESS_TOKEN var.
ICQ_ACCESS_TOKEN can be obtained via Metabot
Instructions about DISK_ACCESS_TOKEN can be found here
Example:
DISK_ACCESS_TOKEN='1111111_2_333333333333333333333' \
ICQ_ACCESS_TOKEN='111.2222222222.3333333333:444444444' \
ICQ_ALLOWED_USERIDS='1234567,8901234,56789012' \
./api.py
ICQ API documentation can be found here
Yandex Disk API documentation can be found here, Pyhton plugin documentation here