https://github.com/omamkaz/yadsl
simple Python module to easily fetch data from https://adsl.yemen.net.ye official website.
https://github.com/omamkaz/yadsl
bas4 check internet python scrape script yemen
Last synced: 12 months ago
JSON representation
simple Python module to easily fetch data from https://adsl.yemen.net.ye official website.
- Host: GitHub
- URL: https://github.com/omamkaz/yadsl
- Owner: omamkaz
- License: gpl-3.0
- Created: 2024-01-14T06:39:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T22:46:30.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T06:31:28.375Z (almost 2 years ago)
- Topics: bas4, check, internet, python, scrape, script, yemen
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yemen Net ADSL Internet Info
yadsl is a simple Python module to easily fetch data from [YemenNet ADSL](https://adsl.yemen.net.ye) 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:
```bash
pip install yadsl
```
## Usage
```python
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](https://github.com/omamkaz/yadsl/blob/main/LICENSE).