Skip to content

Commit ee6ab4c

Browse files
authored
Update Reademe.md
1 parent 2c58dee commit ee6ab4c

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,40 @@
11
# TrackerScreenshot
2-
Automatically create screenshots of your stats and save it as PNG.
2+
Automatically create screenshots of your stats and save it as PNG, as who got the time to take screenshots manually?
3+
4+
5+
## Supported Trackers:
6+
- Aither (ATH)
7+
- Bluetopia (BLU)
8+
- Reelflix (RF)
9+
- Speedapp (SP)
10+
- Filelist (FL)
11+
- Hawke-Uno (HUNO)
12+
- LST (LST)
13+
14+
It's easy to add new trackers. You can request it here or add it yourself.
15+
16+
17+
## Setup
18+
19+
**To use the script, you need to have Python and PIP. Latest versions are recommended.**
20+
21+
The script uses Chrome Webdriver, therefore, you need to have Chrome installed.
22+
23+
- Install `pip install selenium` and `pip install webdriver-manager`
24+
- Create a folder with a name of your choice. Example: "screenshots-bot".
25+
- Download "screenshots.py" into the folder by cloning or downloading manually.
26+
- Edit `screenshots.py` with your details as instructed below. It's recommended to edit with Notepad++.
27+
- run `python screenshots.py` in the terminal.
28+
- Screenshots will be generated for each tracker with the date and time.
29+
30+
31+
## Editing The Script
32+
33+
### Steps
34+
- Remove unwanted trackers by renaming or deleting them from the trackers array.
35+
- Add your profile link to the tracker you would like to use in `driver.get()`.
36+
- Add your username on `username.name_keys()` and your password on `password.name_keys()`.
37+
- Make sure to repeat the steps above for each tracker you would like to screenshot.
38+
39+
40+
This script was tested on two Windows 10 machines.

0 commit comments

Comments
 (0)