1
0

chore: Minor changes
All checks were successful
Remote Deploy / deploy (push) Successful in 5s

This commit is contained in:
2025-12-20 20:27:03 +01:00
parent 0dbe1ed796
commit a8ae9c1ec3
8 changed files with 234 additions and 208 deletions

View File

@@ -2,6 +2,7 @@ import puppeteer from 'puppeteer';
import path from 'path';
import fs from 'fs';
import parseThisShit from './parse.js';
import 'dotenv/config';
const EMAIL = process.env.EMAIL;
const PASSWORD = process.env.PASSWORD;