Jump to content

Discord Python


edge

Recommended Posts

  • Moderators
21 minutes ago, edge said:

And how this could help me?

It is a php interface from MTA. It can help you to make an access point for (local) http requests. If you want to communicate with MTA, the http protocol is more or less your only option.

If you think this is confusing, then please read:

https://www.geeksforgeeks.org/get-post-requests-using-python/

It explains you a little bit about http and how to use that in python.

 

 

Not familiar with the php language on the MTA side of things? There are multiple sockets available, just not specific python. https://wiki.multitheftauto.com/wiki/Resource_Web_Access

 

This is what you are going to need at the end:

MTA < SOCKET < (protocol http) < Python
 

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...