annict.api.API.set_status

API.set_status(work_id, kind)[source]

Set the status of the work.

Reference:

https://docs.annict.com/ja/api/v1/me-statuses.html

Parameters:
  • work_id (int) – Work’s ID
  • kind (str) – Types of status. You can specify wanna_watch, watching, watched, on_hold, stop_watching, or no_select.
Returns:

Returns True if deletion succeeded.