You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://replit.com/new/github/hackermondev/hackerone-tracker)
25
22
26
23
27
24
28
-
29
25
### Setup your configuration (config.example.yaml):
30
26
```yaml
31
27
discord:
@@ -37,13 +33,14 @@ poller:
37
33
handle: ""# HackerOne team handle
38
34
session_token: ""# HackerOne session token (the "__Host-session" cookie), this is only required if you're tracking a private team
39
35
```
40
-
(If you're entering your session token and using Replit, make sure your repl is set to private. You'll also need to make sure you're logged in with HackerOne on the "2 weeks" session option and update your session token every 2 weeks)
36
+
(If you're entering your session token and using Replit, make sure your repl is set to private. You'll also need to make sure you're logged in with HackerOne on the "2 weeks" session option and update your session token every 2 weeks in config)
41
37
38
+
If you're wish to track leaderboard changes and reports in all public programs, simply remove the `handle: ""` line.
42
39
43
40
After entering your config, **rename the file to ``config.yaml``**. If you're using Replit, simply click the ``Run`` button, otherwise with Docker compose run: ``sudo docker compose up --build -d``. Wait for it to build (this can take up to 5 minutes) and then you should now be tracking the leaderboad changes.
44
-
If you use this, Star the repository please :)
45
41
46
-
If you're using Replit, make sure to enable "Always On" with Replit or use a pinger to make sure it's always running.
42
+
If you're using Replit, make sure to enable "Always On" with Replit to ensure it keeps running.
43
+
47
44
48
45
## Contributing
49
-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
46
+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
0 commit comments