Hello,
I have a Python script that access ArcGIS Online and perform a couple of operations in a Feature Layer.
I have only Basic ArcGIS License.
My idea is to save this script online, somewhere, for example, in this website and allow the user to, by clicking in a link, execute the script.
The problem is that the scripts uses the following libraries:
from arcgis.gis import GIS
from arcgis.geometry import Geometry
from arcgis.geometry.filters import intersects
I have installed the libraries with Conda:
https://support.esri.com/en/technical-article/000022005
But I do not know if or how can I upload these libraries to this online websites. It is possible?