πŸ’»Tasks

Within the bot, each module utilizes a unified CSV (Comma-Separated Values) file to read the profiles. This centralized approach ensures consistency and ease of use across all modules. However, it's essential to note that each module only requires specific columns to be filled within the CSV file. When configuring your CSV file for a particular module, refer to the corresponding section in the "Site Guides" to identify the mandatory columns. This approach simplifies the setup process, as you only need to include the columns pertinent to the module you are working with. It's a systematic way to ensure that your CSV file aligns perfectly with the requirements of the selected module. By following the guidelines outlined in the "Site Guides", you can avoid unnecessary errors and mismatches, enabling a smoother and more efficient experience when working with different modules. Below is a breakdown of the CSV file structure, illustrating what each column represents in the context of the bot.

Email,Password,Master Email,Master Password,Recovery Email,Custom Proxy,Customer ID,Customer Number,Twitter,Instagram,First Name,Last Name,Size,Boosts,Store ID #1,Store ID #2,Store ID #3,Store ID #4,Address Line One,Address Line Two,City,State,Zipcode,Latitude,Longitude,Phone Number,Card Number,Card Expiry Month,Card Expiry Year,Card CVC,Card Type,Email Subject,Email Text
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Value
Description

Email

The email of the account / raffle entry. You can put r for Penelope to use a random email with the catchall in your config.ini file. If your email is set to r and you have a first name and last name, it will use those with added numbers at the end.

Password

The password of the account

Master Email

The master email of the email. This email is used for scraping tokens / links via IMAP

Master password

The app password of the master email. This is used to login the mail account via IMAP

Recovery Email

The recovery email of the master account. You can put r for Penelope to use a random email with the catchall in your config.ini

Custom Proxy

The proxy to be used for that specific task, must be in the format of ip:port:username:password. If this is left blank, Penelope will use a random proxy in your proxies.txt file

Customer ID

Usually an associated ID related to the account

Customer Number

Usually an associated ID related to the account

Twitter

The Twitter username of that account

Instagram

The Instagram username of that account - no need to have the @ symbol, it would automatically include it for you.

First Name

The first name of the account. You can put r for Penelope to use a random name

Last Name

The last name of the account. You can put r for Penelope to use a random name

Size

The desired size you want. You can put r for Penelope to use a random size. You can also put multiple of sizes in the format of 7-8-9-10 (size1-size2-size3-size4) for Penelope to randomly pick one.

Boosts

The amount of boosts you would like to use on your raffle entry

Store ID #1

The ID of the store that you would like to enter. This can be obtained from the #bot-commands channel by inserting the following command: ?stores sku location site The sku can be found in the monitors category within the Discord server. The location is either a city or a zipcode and the site is the desired site of which store ids you would like to extract. This command will extract all the stores and its associated ID within the location. Similarly, the store ID for some sites can be seen in its associated channel in the monitor's category

Store ID #2

See Store ID #1's description

Store ID #3

See Store ID #1's description

Store ID #4

See Store ID #1's description

Address Line One

The address line one of the profile

Address Line Two

The address line two of the profile

City

The city of the profile

State

The abbreviations of the state (NY, AZ, FL). You can put r for Grinch to use a random state.

Zipcode

The zipcode of the profile - should be 5 digits.

Latitude

The latitude of your address, obtained from Google Maps or LatLong. It should be for your original address, Penelope will spoof it every entry by a little bit

Longitude

The longitude of your address, obtained from Google Maps or LatLong. It should be for your original address, Penelope will spoof it every entry by a little bit

Phone Number

The phone number of the profile. You can put r for Grinch to use a random phone number. If you would like to take it open step further, You can put 223r (or any 3 digits before the r), and it would generate a phone number using that area code

Card Number

The card number of the profile - should be 15 to 16 without any spaces

Card Expiry Month

The card expiry month - should be 2 digits for example: 03, 11, 12

Card Expiry Year

The card expiry year - should be 4 digits

Card CVC

The card cvc - should be 3 to 4 digits

Card Type

The type of card - should be one of the following: visa, master, amex

Email Subject

The subject of the email

Email Text

The text content of the email

Last updated