﻿# nsbotRaspi version 1.0.0
Using Selenium read MEATR, SPECI and TAF from NSWEB for Raspberry Pi.
Update:
- This is compatible version.
- Memory consuming was solved by using web-function embeded
- Only one class for reading METAR/SPECI and TAF
- Total time per loop is 1 minute

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install nsbot.

```bash
pip install nsbotRaspi
or
pip install nsbotRaspi==1.0.0
```

## Usage

```python
from nsbot import MetarSpeciTaf
line_token=""
time_stop="04" #UTC time
obj = MetarSpeciTaf(line_token, time_stop)
obj.setupDriver()
obj.run_bot()
```
## License
[MIT](https://choosealicense.com/licenses/mit/)

| ... | ... |
| ------ | ------ |
| email | kanutsanun.b@gmail.com |
| Build README | https://dillinger.io/ |