Skip to main content

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

Project description

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.

Changelog

0.0.2 (2024-03-14)

Removed

  • YADSL.main_url property method

0.0.3 (2024-03-15)

Updated

  • example.py you can now pass the username, and password through command argument.

Fixed

  • yadsl._adsl.py some issues.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yadsl-0.0.3.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

yadsl-0.0.3-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page