[BangPypers] AWS S3 Routine with Python

2016-06-22 Thread Sundar N
Hi , Looking for some pointers on using Python to decompress files on AWS S3. I have been using Boto 2.x library . As of now I have a requirement to extract a compressed file in one of the s3 buckets, that needs to be extracted. There is no direct API to handle this as of now. It would be of great

Re: [BangPypers] BangPypers Digest, Vol 106, Issue 13

2016-06-23 Thread Sundar N
Thanks Anand, I was looking at avoiding ec2 instance. Would there be any chance of using s3 as a filesystem and then uncompress the contents. Regards, Sundar. >1. AWS S3 Routine with Python (Sundar N) >2. Re: AWS S3 Routine with Python (Anand Chitipothu) >3. My proposal

[BangPypers] Python Azure functions to extract zip files

2018-07-25 Thread Sundar N
Hi , I am using Azure functions with python 3.6 . Currently stuck with one issue where in I need to extract zipped files in blobs. There is not much documentation on this . Any help here is greatly appreciated, Regards, Sundar. ___ BangPypers mailing lis

[BangPypers] Running Python based Azure Functions

2019-01-29 Thread Sundar N
Looking for some help in deploying an python based azure function v2.0 Had complications with use of dockers/container registries, Current issue with function compilation : binary dependencies without wheel are not supported . Is there an easier/better way to handle this ? Would like to connect

[BangPypers] facebook's campaign leads extraction

2020-05-12 Thread Sundar N
Hi, Looking for pointers to pull facebook's campaign leads extraction to a spreadsheet automatically. Any directions to do this programmatically preferably with python /Google spreadsheet would be helpful with Facebook's business API. The FAME plugin for does not seem to have this feature to pull o