small updates

main
Fran314 4 weeks ago
parent 7971aafe10
commit 1c4e05b296

@ -5,7 +5,7 @@ information
## Usage
> ![CAUTION]
> **CAUTION**
> The following utility is in EARLY developement. Many promises made in this
> readme might not actually be true. Hopefully one day we'll be out of beta ~and
> be releasing on time~
@ -16,7 +16,7 @@ The scraper collects data and arranges in the following scheme
| ------------ | --------- | ------------------- | ------- |
| | | | |
> ![WARNING]
> **WARNING**
> The script is configured to run on Nix, and because of this is more
> complicated than it needs to be. You can remove unnecessary stuff if you're
> not running this on nix

@ -1,5 +1,5 @@
require('dotenv').config()
const puppeteer = require('puppeteer')
import 'dotenv/config'
import puppeteer from 'puppeteer'
const NIX_OPS = {
executablePath: process.env.NIX_CHROMIUM_PATH,

@ -2,5 +2,6 @@
"dependencies": {
"dotenv": "^16.4.5",
"puppeteer": "^23.6.0"
}
},
"type": "module"
}

Loading…
Cancel
Save