Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeiShi1313/scf-headless-chrome
Headless chrome running on tencent serverless cloud function.
https://github.com/LeiShi1313/scf-headless-chrome
headless-chrome headless-chromium scf selenium serverless tencent-cloud
Last synced: 16 days ago
JSON representation
Headless chrome running on tencent serverless cloud function.
- Host: GitHub
- URL: https://github.com/LeiShi1313/scf-headless-chrome
- Owner: LeiShi1313
- License: mit
- Created: 2020-05-27T02:16:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:40:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:47:41.928Z (4 months ago)
- Topics: headless-chrome, headless-chromium, scf, selenium, serverless, tencent-cloud
- Language: Python
- Size: 3.73 MB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-serverless - 运行在腾讯云函数上的无头浏览器
README
Headless Chrome on SCF
Headless chrome running on tencent serverless cloud function
with Serverless, Tencent SCF, Headless Chrome and Selenium!
## How to run this project
```
git clone https://github.com/LeiShi1313/scf-headless-chrome.git
cd scf-headless-chrome
wget -O chromedriver/headless-chromium-tencent https://github.com/LeiShi1313/scf-headless-chrome/releases/download/v1.0.0/headless-chromium-tencent
npm install
pip install -r requirements.txt -t .
sls deploy
```
and that's it, :tada::tada::tada: