yadsl is a simple Python module to easily fetch data from YemenNet ADSL official website.
- easy to use fetch data easily with Python.
- cookies import & export cookies, for long refresh time without captcha verify
You can install yadsl via pip:
pip install yadsl
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)
This project is licensed under the GPL3 License.