-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# SLT-Data-Usage | ||
This script can get your SLT data usage and display it in the system tray. | ||
This script can get your SLT data usage and display it in the system tray. This is mostly useful if you are using a unlimited package with daily limit. | ||
|
||
Refresh interval is 120 secs, but it can easily be changed in the code. | ||
|
||
You have to get some configs using Inspect Element option in the browser. | ||
https://internetvas.slt.lk/ | ||
|
||
Initial setup: | ||
``` | ||
pip install pystray | ||
pip install requests | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters