Important
- Open a terminal on the main root path to execute the commands.
- Maybe on linux or mac you need to specify your python version.
- PowerShell Configuration Profile
Warning
Tested on latest version of Python (3.12.4).
- Have some version of python installed, making sure you have a custom installation having selected the option 'pip' and 'Add Python x.x to PATH'.
Tip
If the installation of aiohttp generates errors, you can try with the stable version tested in ENV option.
pip install aiohttp
Note
This method does not need a terminal.
Just double click on 'main.py'.
- Execute the next command on your terminal.
python main.py
Note
The next are terminal commands.
python -m venv .venv
.\.venv\Scripts\activate
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -U -r requirements.txt
python main.py
Note
- All formats can be mixed with each other.
- You can see some other examples on 'accounts.txt' file.
It was decided to make a natural format with the thought of saving this file as a good source of information. So the following examples can be used as a valid one.
Tip
This is the best format to have everything organized.
USERNAME
EMAIL
PASSWORD
OR
USERNAME
EMAIL
PASSWORD
OPTIONAL NOTE
OR
USERNAME
EMAIL
PASSWORD
OPTIONAL NOTE
WITH MULTIPLE LINES JUST NO LEAVE A BLANK LINE
Note
It's not the best format, but it can be used to have basic control of accounts.
USERNAME
PASSWORD
Caution
This format is not recommended, use it only if you have forgotten the email and password.
USERNAME