Closed swetharamesh1998 closed 7 months ago
There is.
If you’re using the CLI, you can use:
$ twscrape del_accounts username
If you’re using the API, you can use:
from twscrape import API api = API() await api.pool.delete_accounts("username")
@swetharamesh1998 did this help? ^^
Not really, I'm still getting an error Failed to login to @account : 'ct0'
@swetharamesh1998
From readme
twscrape del_accounts acc1 acc2 twscrape delete_inactive
There is.
If you’re using the CLI, you can use:
If you’re using the API, you can use: