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:
parent
237ea8fe9b
commit
61cbd62ee3
1 changed files with 10 additions and 2 deletions
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
|
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`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue