Bulk Deleter in Python

How do i make a repl bulk deleter? Like instead of deleting one by one, a bot does it for me

Unfotently this is not possible. There is a feature request for this iirc

1 Like

no like deleting a repl using a python repl using gql

From the schema:

  deleteRepl(id: String!): Repl!
1 Like

Just keep in mind, generally the Replit staff don’t support using mutation queries with their GQL.

2 Likes

can you give an example of a deleter?

1 Like

Just ensure

you may not and may not allow any third party, including your end users, to…
launch any automated system…send more request messages or any other content to the Replit servers in a given period of time than a human can reasonably produce in the same period by using a conventional online web browser

1 Like

Unless you can obtain the GQL yourself from a mod, none of us can give it to you based on Shane’s message as stated by @UMARismyname

1 Like