# TicketM

**Generating Ticket Accounts:**

* You can generate up to 1000 ticket accounts per day.

**Requirements:**

* To successfully generate ticket accounts, please ensure you have the following:
  * **Good Proxies:** High-quality proxies are essential to avoid blocks during the account generation process.
  * **SMS-Provider Balance:** Make sure you have sufficient balance with your chosen SMS provider for phone number verification.
  * **Forwarded Emails**: TicketM has several layers of bot protection, a code which is scraped from the mailaccount is needed.
  * **Fill the custom\_TicketAccounts.csv:** Prepare the custom\_TicketAccounts.csv file with the required information. Ensure that you correctly type in "random" if you fill in any information.

**Generating Accounts:**

* Generated accounts will be recorded in the gen\_TicketAccounts.csv file. Skyridge compares the generated accounts with the information in the custom .CSV to skip already generated accounts. This helps avoid duplication when starting the generation process again.

<figure><img src="/files/MVN06QbZEEZzLz45heen" alt=""><figcaption><p>example of a properly filled custom_TicketAccounts.csv</p></figcaption></figure>

<table><thead><tr><th>Value</th><th>Has to be filled?</th><th width="173">Can be random?</th><th>What happens then?</th></tr></thead><tbody><tr><td>email</td><td>✅</td><td>✅</td><td>The bot generates a catchall based on your information that you have set in the <strong>settings.json</strong></td></tr><tr><td>password</td><td>✅</td><td>✅</td><td>The bot will generate a random password</td></tr><tr><td>firstName</td><td>✅</td><td>✅</td><td>The bot will generate a random firstname</td></tr><tr><td>lastName</td><td>✅</td><td>✅</td><td>The bot will generate a random lastame</td></tr><tr><td>zipCode</td><td>✅</td><td>❌</td><td>Must be filled! Based on the country_iso</td></tr><tr><td>country_iso</td><td>✅</td><td>❌</td><td>Is needed for the preset/ language of the account. It can be different from phone_iso.</td></tr><tr><td>phone_iso</td><td>✅</td><td>❌</td><td>Is needed for the generation for the sim country, nothing else, TM has no preset country anymore. It can be different from country_iso.</td></tr></tbody></table>

Common Errors:

<table><thead><tr><th width="304.66666666666663">Error</th><th width="168">Usersided?</th><th>Explanation</th></tr></thead><tbody><tr><td>403</td><td>✅</td><td>This means banned proxy</td></tr><tr><td>401</td><td>✅</td><td>This means banned proxy</td></tr></tbody></table>

Captcha Providers:

<table><thead><tr><th width="245.66666666666666">Captcha Provider</th><th>Works?</th><th>Additional information</th></tr></thead><tbody><tr><td>EzCaptcha</td><td>✅</td><td></td></tr><tr><td>CapSolver</td><td>✅</td><td></td></tr><tr><td>2Captcha</td><td>✅</td><td></td></tr><tr><td>Capmonster</td><td>✅</td><td></td></tr></tbody></table>

SMS-Providers:

<table><thead><tr><th width="256">Provider</th><th width="227.66666666666666">Supported?</th><th>Explanation</th></tr></thead><tbody><tr><td>sms-activate</td><td>✅</td><td></td></tr><tr><td>5sim</td><td>✅</td><td></td></tr><tr><td>sms-man</td><td>✅</td><td></td></tr><tr><td>sms-pool</td><td>✅</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://skyridgescripts.gitbook.io/skyridgescripts/account-generators/ticketm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
