Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.

mohamed-zezo/telecomegyptConky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telecomegypt Conky

The Telecomegypt Conky uses the ispapi to get data from http://my.te.eg to show remaining quota on your desktop.

Dependencies

The only dependencies are ispapi and jq.

You can install them via

$ git clone [email protected]:mohamed-zezo/ispapi.git
$ cd ispapi
$ sudo python3 setup.py install --record files.txt
$ sudo apt install jq

to uninstall ispapi

$ cd ispapi
$ xargs rm -rf < files.txt

Install

$ mkdir -p ~/.conky
$ git clone [email protected]:mohamed-zezo/telecomegyptConky.git ~/.conky/telecomegyptConky

Configuration

The configuration is made via the config.json.

{
	"cache_dir": "/tmp/conky",
	"phone_number": "",
	"password": ""
}
cache_dir

This is where the telecomegyptForecast stores the temporary data.

phone_number

the phone number that used to register you account in http://my.te.eg.

password

the hashed password that can be found in the body of login post request after successful login.

How to run

Once everything is configured you can run it easily:

$ cd ~/.conky/telecomegyptConky
$ conky -c Telecomegypt

Special thanks to

About

show remaining quota on your desktop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages