I really should've committed this when I finished it...

This commit is contained in:
skidoodle 2024-10-10 17:12:08 +02:00 committed by GitHub
parent 237ea8fe9b
commit 61cbd62ee3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,12 +18,20 @@ A simple Go project to scrape and track profile statistics (rank, upload, downlo
cd trackncore cd trackncore
``` ```
2. Create a `.env` file with your nCore credentials and profile URLs: 2. Create a `.env` file with your nCore credentials:
```bash ```bash
NICK=your_nick NICK=your_nick
PASS=your_password PASS=your_password
PROFILE_1=https://ncore.pro/profile.php?id=1577943 ```
3. Add the `profiles.json` file, which contains your profile IDs:
```json
{
"alice": "69",
"bob": "420"
}
``` ```
### How to obtain `NICK` and `PASS` ### How to obtain `NICK` and `PASS`