tasks

Using tasks, we retrieve all available tasks with the following statuses:

  • 1 - Available for completion

  • 2 - Completed

  • 3 - Expired or unavailable

from crushon import Client
client = Client()
client.set_cookies(cookies)
print(client.tasks())

Last updated