Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3b311i0n/slt-usage
Unofficial terminal based usage checker for SLT Internet.
https://github.com/r3b311i0n/slt-usage
command-line commandline internet internet-usage-meter pypi pypi-packages pypi-source python python-3 selenium selenium-python selenium-webdriver slt terminal terminal-based
Last synced: 6 days ago
JSON representation
Unofficial terminal based usage checker for SLT Internet.
- Host: GitHub
- URL: https://github.com/r3b311i0n/slt-usage
- Owner: r3b311i0n
- License: mit
- Created: 2018-02-15T04:18:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T22:39:26.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T07:46:51.310Z (10 days ago)
- Topics: command-line, commandline, internet, internet-usage-meter, pypi, pypi-packages, pypi-source, python, python-3, selenium, selenium-python, selenium-webdriver, slt, terminal, terminal-based
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SLT-Usage Checker
![slt-logo][slt-logo]
### Unofficial usage checker for SLT Internet
___
##### Requirements:
* [Python 3][python]
* [Firefox][firefox]
* [GeckoDriver][gecko-driver]##### Optional Requirements:
* [Termpix][termpix] (For inline captcha)
##### Dependencies:
* [Selenium][selenium]
* [Halo][halo]
* [Colorama][colorama]
* [pyxdg][pyxdg]
* [Pillow][pillow]___
### Installation
```sh
$ pip install slt-usage
```___
### Usage
```sh
$ slt
```![screenshot][screenshot]
### TODO:
* Mac support
* Windows support### License
MIT
[slt-logo]: ./.misc/slt-logo.png "SLT Logo"
[screenshot]: ./.misc/screenshot.png "Screenshot"[firefox]: https://www.mozilla.org/en-US/firefox
[python]: https://www.python.org
[gecko-driver]: https://github.com/mozilla/geckodriver
[termpix]: https://github.com/hopey-dishwasher/termpix
[selenium]: http://www.seleniumhq.org
[halo]: https://github.com/ManrajGrover/halo
[colorama]: https://github.com/tartley/colorama
[pyxdg]: https://pypi.python.org/pypi/pyxdg
[pillow]: https://github.com/python-pillow/Pillow