tasks
Using tasks
, we retrieve all available tasks with the following statuses:
1
- Available for completion2
- Completed3
- Expired or unavailable
from crushon import Client
client = Client()
client.set_cookies(cookies)
print(client.tasks())
Last updated