A small project on multi-threaded automation of cutting the price of goods using the Python
language and SELENIUM IDE
and the Harakirimail
temporary mail service.
- Creates many accounts using Harakirimail
- Allows you to bring down the price on the main account
- Clone this repository on your computer
https://github.com/Genya45/Aliexpress_Splash_It.git
- Install all the requirements
pip install -r requirements.txt
- For the program to work, the folder must also contain the current version of the chromedriver.exe file (it must match the current version of the Chrome browser), since the parser works on SELENIUM. You can download from the link
https://chromedriver.chromium.org/downloads
- On the main account, get a link from Splash It like
https://a.aliexpress.com/_uQVeli
and add it to theLINK_HELP_FRIEND
variable - Replace the
MAIL_NAME
andPASSWORD_LABEL
fields with your desired values. Optionally change the number of threads in thenumber_of_threads
variable (default2
) - Run a program with multiple threads
python main.py
or with 1 threadpython mainwork.py
. It can also be launched using therun_thread.bat
orrun_not_thread.bat
files, respectively
Also, the accounts.txt
file will be created in the folder with the program, in which the logins and passwords of the created accounts will be recorded.
By default, program works in "headless mode". Therefore, if you need process visibility, you must comment out the line options.add_argument("--headless")