29 lines
575 B
Markdown
29 lines
575 B
Markdown
# EPG Grabber
|
|
|
|
Node.js CLI tool for grabbing EPG from different sites.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
npm install -g epg-grabber
|
|
```
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
epg-grabber --config=example.com.config.js
|
|
```
|
|
|
|
Arguments:
|
|
|
|
- `-c, --config`: path to config file
|
|
- `-d, --debug`: enable debug mode
|
|
|
|
## Contribution
|
|
|
|
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/freearhey/epg-grabber/issues) or a [pull request](https://github.com/freearhey/epg-grabber/pulls).
|
|
|
|
## License
|
|
|
|
[MIT](http://opensource.org/licenses/MIT)
|