HermanFassett / youtube-scrape

Scrape YouTube searches (API)
MIT License
192 stars 96 forks source link

Support Google App Engine #60

Open toyinswift opened 3 years ago

toyinswift commented 3 years ago

Hey, Awesome library. please can you add support for CloudRun or Google App Engine?

I think it just requires an app.yaml file to set things up for Google app engine. or just add the following code to make it deployable on Cloud run

Run on Google Cloud

you can read more here https://github.com/GoogleCloudPlatform/cloud-run-button

Thanks!