# Funko

Here are the modes currently available:

* (no value): normal mode
* `RAFFLE` : for entering raffles
* `MONITOR`: monitors one or more specific pids
* `AWAIT`: runner that waits once a MONITOR detects stock
* `AWAIT FAST`: like AWAIT mode but more aggressive&#x20;
* `ACCOUNT`: generates an account
* `FAST`:  like empty mode but... faster :-)

{% hint style="warning" %}
You need a CapSolver key set up into settings.json in order to run this module.
{% endhint %}

### Tasks setup

The table below shows how to setup your tasks.

All blank fields are self-explained.

| COLUMN NAME    | VALUE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SITE           | FUNKO as a value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| MODE           | Empty or one as a reported above                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| PID            | <p>Product identifier. If your task is an AWAIT one you can let this field empty for catching every restock or you can specify one or multiple (comma separated) pid for catching specific pings.</p><p></p><p>If you using RAFFLE and </p><ul><li>you want to run a fan reward giveaway raffle, just put a keyword that matches the name of the product you want to enter</li><li>you want to run a free raffle with product page up just use the product pid</li></ul><p><br>MONITOR task can have multiple comma separated pids</p> |
| QUANTITY       | Self explanatory                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| DELAY          | In milliseconds (e.g. 3000 for 3 seconds delay)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| CAPTCHA        | <p>If set to YES captcha will be user for add to cart. Most hyped drops have it enabled. Not needed for restocks.<br><br>Keep it empty if you don't want to use it.</p>                                                                                                                                                                                                                                                                                                                                                                |
| EMAIL          | Account email or @yourcatchall.com when generating new accounts with ACCOUNT mode (don't forget the @ in front of your catchall)                                                                                                                                                                                                                                                                                                                                                                                                       |
| PASSWORD       | Account password                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| FIRST NAME     | RANDOM or specific name                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| LAST NAME      | RANDOM or specifics surname                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ADDRESS LINE 1 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ADDRESS LINE 2 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| HOUSE NUMBER   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| CITY           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ZIPCODE        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| STATE          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| COUNTRY        | A 2-letters country ISO Code (e.g. `GB` for UK)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| PHONE          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| PAYMENT        | <p>PP or CC. <br><br>Use PayPal only for testing purposes. <br>Definitely run CC preferably with frictionless (non-3DS) credit cards.</p>                                                                                                                                                                                                                                                                                                                                                                                              |
| CARD HOLDER    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| CARD NUMBER    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| EXP MONTH      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| EXP YEAR       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| CVV            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| WEBHOOK        | If empty the one set up in `settings.json` will be used                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| PROXY          | <p>You can give a proxy list and - in that case - it has to be the exact filename, don't forget the extension name like <code>.txt</code> (e.g. <code>funko.isps.txt</code>).<br><br>You can also use a specific proxy connection string.<br><br>Prefer lists over single connection strings.</p>                                                                                                                                                                                                                                      |
| IMAP           | <p>When you generate accounts or sometimes even when logging in, Funko sends you a 6-digit OTP code to the given email address. <br>To let Pepper handle this for you, put here your IMAP connection settings in the following format: <code>server:port:username:password</code></p><p></p><p>As example: <code>imap.mail.me.com:993:<pprs@icloud.com>:my-app-password</code></p>                                                                                                                                                     |
| START TIME     | <p>Empty if you want to manually start your task. A specific time in the format <code>hh:mm:ss</code> like <code>08:50:00</code> to automatically start this task at the given time.</p><p></p><p>Don't worry if you recognize you put a wrong time in there. You can still manually force start it. </p><p></p><p>If you didn't put a specific time, don't forget to put <code>MANUAL</code> as a value if you want to avoid every task to immediately start as soon as your task file is started.</p>                                |
| ENTRY TIME     | <p>Used in conjuction with FAST mode. <br>In case you are running for a drop just set it as the product drop time like 18:00:00</p>                                                                                                                                                                                                                                                                                                                                                                                                    |

### How to run?

Please use a mix of your proxies. On drop time they might rate limit or ban a lot of subnets.

Definitely run a mix of:

* MONITOR and AWAIT FAST tasks
* FAST with ENTRY TIME set at the drop time

Why mix both modes? Trust us and do it.

### Where is the captcha bank?

Don't worry, there is an automatic built-in mechanism that will let you to don't think to manually run anything.&#x20;

Just be careful that running too much FAST modes (AWAIT FAST and FAST) might drain your CapSolver balance so... check your setup!

### Reward drops

Some drops are for accounts that have at least a specific amount of reward points.

When genning your accounts with ACCOUNT mode, Pepper will automatically join the reward program for you (if applicable for the running region)

### Example

Here is a CSV you can use as a quick start to start configuring your setup.

{% file src="/files/jF3sm0LtlA33pgfuQfia" %}


---

# 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://docs.pepperscripts.com/supported-sites-cli/funko.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.
