complete_task
Using the complete_task
function, you can complete various bonus tasks according to their type.
from crushon import Client
client = Client()
client.set_cookies(cookies)
print(client.complete_task(type=1))
In this example, we complete a task (daily login).
Last updated