Skip to content
/ yadsl Public

simple Python module to easily fetch data from https://adsl.yemen.net.ye official website.

License

Notifications You must be signed in to change notification settings

omamkaz/yadsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yemen Net ADSL Internet Info

yadsl is a simple Python module to easily fetch data from YemenNet ADSL official website.

Features

  • easy to use fetch data easily with Python.
  • cookies import & export cookies, for long refresh time without captcha verify

Installation

You can install yadsl via pip:

pip install yadsl

Usage

from yadsl import YADSL

yadsl = YADSL(
    user: str = "xxxxxx",
    password: str = "..."
)

yadsl.login()
yadsl.fetch_captcha()
yadsl.verify(captcha: str = "xxxx")
yadsl.fetch_data(cookies: dict = None)

License

This project is licensed under the GPL3 License.