
1
Наурыз
no recommendations
no complaints
Project title: Write a neuron mathematical problems
Type of cooperation: One-time project
Section: Web development, Web programming
Prepayment: without prepayment
Payment methods: Bank transfer, Electronic money
Acceptance of requests: from 2024-02-19 until 2024-02-24
Type of cooperation: One-time project
Section: Web development, Web programming
Prepayment: without prepayment
Payment methods: Bank transfer, Electronic money
Acceptance of requests: from 2024-02-19 until 2024-02-24
Project description:
Hello, dear ones.
Remote work for a web developer. There is a ready-made bot written long ago in Python, you need to add a neuron to it.
The solution is through Selenium. I'll explain why below.
Description:
There's a website. We used to buy gas from there, but the site was spawned by bots. What reduced the chances of winning by 0, we in turn wrote a bot on a python, through selenium there is authorization and automatic filling of the amount, the selection of a lot (that is, gas), the volume as much as we need and sending a request (submit). Fearing that the auction is looking at the cache of the user, decided to use only this solution. The problem is that to send a request, you have to solve a captcha that looks like a math problem. That’s why you need a parser and a solution to the problem in 2 seconds. Because there are twenty other people who will take that time. And the first second can not be taken, otherwise ban for 2 months (but accounts with a margin are available)
Same thing:
1) capture the recognition of captcha (mathematical problem)
2) send a request at 00:00:02:0000 (2 second, 0 milliseconds), the bot is set to 5 seconds, since it was written long ago.
3) implement a solution on the server/hosting to reduce the delay in sending a request
4) change the value, it is worth defaulting 10% to change by 5% but this is done quickly, you will find in the code.
References
There's a parser for spelling tasks.
There is a site with recognition of numbers / numbers in Kazakh.
The source code is provided (the algorithm looks like this).
1. Goes to the site.
2. Authorized.
3. Waiting for the countdown timer to end (front end interface does not open until the timer is over)
4. After the timer, if authorized, fill in the form
Select: Selected selection (i.e. lot)
Input text: Tones: (indicates a pre-registered value)
Price: (price must be calculated automatically, taking + 5% from the site)
- fill the captcha (2 to 10 characters) and then the juice is with it. Examples of captcha attached
- submitt
For example, the application is included at exactly 11:00 on +6 time zone, you need to have a proga at 11:00:02:0000 millisecond has already published the application (with the possibility of setting the time by milli and / or micro and / or nanoseconds).
Hello, dear ones.
Remote work for a web developer. There is a ready-made bot written long ago in Python, you need to add a neuron to it.
The solution is through Selenium. I'll explain why below.
Description:
There's a website. We used to buy gas from there, but the site was spawned by bots. What reduced the chances of winning by 0, we in turn wrote a bot on a python, through selenium there is authorization and automatic filling of the amount, the selection of a lot (that is, gas), the volume as much as we need and sending a request (submit). Fearing that the auction is looking at the cache of the user, decided to use only this solution. The problem is that to send a request, you have to solve a captcha that looks like a math problem. That’s why you need a parser and a solution to the problem in 2 seconds. Because there are twenty other people who will take that time. And the first second can not be taken, otherwise ban for 2 months (but accounts with a margin are available)
Same thing:
1) capture the recognition of captcha (mathematical problem)
2) send a request at 00:00:02:0000 (2 second, 0 milliseconds), the bot is set to 5 seconds, since it was written long ago.
3) implement a solution on the server/hosting to reduce the delay in sending a request
4) change the value, it is worth defaulting 10% to change by 5% but this is done quickly, you will find in the code.
References
There's a parser for spelling tasks.
There is a site with recognition of numbers / numbers in Kazakh.
The source code is provided (the algorithm looks like this).
1. Goes to the site.
2. Authorized.
3. Waiting for the countdown timer to end (front end interface does not open until the timer is over)
4. After the timer, if authorized, fill in the form
Select: Selected selection (i.e. lot)
Input text: Tones: (indicates a pre-registered value)
Price: (price must be calculated automatically, taking + 5% from the site)
- fill the captcha (2 to 10 characters) and then the juice is with it. Examples of captcha attached
- submitt
For example, the application is included at exactly 11:00 on +6 time zone, you need to have a proga at 11:00:02:0000 millisecond has already published the application (with the possibility of setting the time by milli and / or micro and / or nanoseconds).