Apify and Crawlee Official Forum

Home
Members
Deepak Antony
D
Deepak Antony
Offline, last seen 4 months ago
Joined August 30, 2024
I want to authenticate a custom actor to write to GCP Cloud Storage. While coding this up is easy, does APIFY provide an option on the console to store the keys used for authentication?

I wonder if there is a way to provide authentication to GCP via GitHub CI/CD.

Can someone help me on this?
6 comments
L
D
I'm planning to setup some scrapers using APIFY. However I want to store the data in my own cloud, for example: Google Cloud Storage.
I could not find any articles on this. Would appreciate some help on this.

Was also wondering if its possible for me to run the APIFY scrapers in my own compute...!
1 comment
m
Hi, how can i use the same actor instance across multiple functions defined in seperate files?

for example, if I define an Actor in the main.py file as:

async with Actor:
(some code)


How do i use Actor.log.info() in another function that is called from the main script?

Would appreciate any help in this.
3 comments
D
M
A