https://github.com/bene/stockbot-light
https://github.com/bene/stockbot-light
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bene/stockbot-light
- Owner: bene
- Created: 2022-02-16T23:55:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T11:48:29.000Z (over 4 years ago)
- Last Synced: 2025-02-25T05:42:54.843Z (over 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stockbot
## Running on Ubuntu 20.04
```
PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/puppeteer@9.0.2/install.ts
sudo apt-get install -y gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
sudo apt-get install -y libgbm-dev
```