Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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