N
N
NoKit2021-05-11 15:55:19
Python
NoKit, 2021-05-11 15:55:19

How to parse web games?

Good afternoon!
I'm trying to write a python bot that performs manipulations in a browser game https://play.alienworlds.io/ .
I can not understand how to access this page and, accordingly, click on the buttons, fill out the input forms. Are there any libraries for working with similar services?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Y
Yupiter7575, 2021-05-11
@NoKit

pyautogui

S
Saboteur, 2021-05-12
@saboteur_kiev

Are there any libraries for working with similar services?

There are the usual libraries for HTTP requests, and you should already understand what exactly in the request should be sent. Do some debugging in your browser - you can also see what comes and goes there, what cookies are being used. Of course, there is no ready-made library for play.alienworlds.io

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question