Two Years of Service
Posts: 26
Threads: 2
RE: Hi i would need some help with python 12-15-2023, 10:49 AM
#2
i widely depends what side, what information and what action lol.
generally it is possible, sure. how's your coding level right now?
for scripts like that you can also just ask chatgpt to write it for you, honestly. just be aware that they might log your request, so don't ask for anything you already know is illegal.
•
Two Years of Service
Posts: 1
Threads: 0
RE: Hi i would need some help with python 12-22-2023, 11:19 AM
#5
Customization goes beyond just looks; it's about making sure your website functions seamlessly and offers an excellent user experience. With custom development, you're in control of choosing the features and design elements that match your needs perfectly.
This approach ensures that your website not only exists but thrives. It's fast, responsive, and engages users effectively. Navigation becomes a breeze, content resonates with your audience, and interactions are smooth.
If you're still hunting for more insights or considering custom website development, you might want to hire dedicated developers. They can provide personalized advice and help you create a digital masterpiece that truly stands out.
•
Two Years of Service
Posts: 6
Threads: 0
RE: Hi i would need some help with python 12-22-2023, 11:23 AM
#6
If the website offers APIs for such actions, it's the safest and most proper way to interact with it programmatically. Look for API documentation and use libraries like requests in Python to send other requests.
•
Four Years of Service
Posts: 27
Threads: 1
RE: Hi i would need some help with python 01-16-2024, 03:40 PM
#7
probably you should learn about web forms and how the encoded in http req
•
Two Years of Service
Posts: 25
Threads: 1
RE: Hi i would need some help with python 04-06-2024, 07:52 AM
#8
well just use requests library and check if the method is get or post
or you can use chat gpt if you are reaaaaaalyy super duper noob you can use it then try write an good prompt and dont forget to write the full form of html
and if the login process is not with html
you can check network on the developer option on the browser to see what the browser sent to the server if not you can use burpsuite t attack
•
Two Years of Service
Posts: 5
Threads: 0
RE: Hi i would need some help with python 09-23-2024, 09:57 AM
#9
Look for API documentation and use libraries like requests in Python to send other requests.
•