mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2025-02-15 05:09:14 +01:00
I really should've committed this when I finished it...
This commit is contained in:
12
readme.md
12
readme.md
@@ -18,12 +18,20 @@ A simple Go project to scrape and track profile statistics (rank, upload, downlo
|
||||
cd trackncore
|
||||
```
|
||||
|
||||
2. Create a `.env` file with your nCore credentials and profile URLs:
|
||||
2. Create a `.env` file with your nCore credentials:
|
||||
|
||||
```bash
|
||||
NICK=your_nick
|
||||
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`
|
||||
|
Reference in New Issue
Block a user