βš™οΈSettings

When it comes to customizing and fine-tuning Penelope, the config.ini file plays a crucial role. This file contains various configuration settings that dictate the behavior and functionality of the program. If you need to modify settings such as your license key, workers, or other parameters, the config.ini file is the place to do it.

The config.ini file is stored within the Penelope folder and can be easily edited using Notepad++ or any plain text editor.

Below is how the config.ini file looks and what each parameter represents.

πŸ’‘ You can download the bot from https://sneakers.penelope.ventures/download or via the #downloads section in the Discord server.

[ Environment ]
license_key = P-XXXXX
catchall = CATCHALL_COMES_HERE
workers = 1
webhook = DISCORD_WEBHOOK_COMES_HERE

[ Geocoding API Key ]
bing_maps_api_key = BING_MAPS_API_KEY_COMES_HERE

[ SMS API Keys ]
sms_pool_api_key = SMSPOOL_API_KEY_COMES_HERE
daisy_sms_api_key = DAISY_SMS_API_KEY_COMES_HERE

[ Captcha Solving API Keys ]
capsolver = CAPSOLVER_API_KEY_COMES_HERE
ezcaptcha = EZCAPTCHA_API_KEY_COMES_HERE
twocaptcha = TWOCAPTCHA_API_KEY_COMES_HERE
solvecaptcha = SOLVECAPTCHA_API_KEY_COMES_HERE
Value
Description

Environment Settings

Environment Settings

License Key

Your license key for the bot

Catchall

Your catchall domain

Workers

The amount of simultaneous tasks you want running. Setting this to 5 will enter / generate 5 accounts at a time. The second one task finishes, another one gets started up

Webhook

Your discord webhook for wins to be sent out too

Geocoding API Key

Geocoding API Key

Bing Maps API Key

Your Bing Maps API key that will be used for geocoding (generating real address's)

SMS API Keys

SMS API Keys

SMSPool API Key

Your SMSPool API key which is used for receiving SMS codes

DaisySMS API Key

Your DaisySMS API key which is used for receiving SMS codes

Captcha Solving API Keys

Captcha Solving API Key

CapSolver

Your CapSolver API Key

EZCaptcha

Your EZCaptcha API Key

TwoCaptcha

Your TwoCaptcha API Key

SolveCaptcha

Last updated