Hi,
I’m trying to figure out how can i use python scripts from my github repo inside an automation in Zapier.
My idea is as following:
- receive an email into my gmail inbox
- get the a specific script from my github repository
- run the script on the file i got in step 1
- upload the output file from step 3 to AWS S3
The scripts include libraries such as pandas, regex, numpy, pypdf, codecs, dateutil.
Thank you!