small updates

main
Fran314 4 weeks ago
parent 7971aafe10
commit 1c4e05b296

@ -5,7 +5,7 @@ information
## Usage ## Usage
> ![CAUTION] > **CAUTION**
> The following utility is in EARLY developement. Many promises made in this > 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 > readme might not actually be true. Hopefully one day we'll be out of beta ~and
> be releasing on time~ > 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 > 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 > complicated than it needs to be. You can remove unnecessary stuff if you're
> not running this on nix > not running this on nix

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

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

Loading…
Cancel
Save