iptv-database/README.md

38 lines
1.7 KiB
Markdown
Raw Normal View History

2023-05-24 17:14:54 -04:00
# Database [![update](https://github.com/iptv-org/database/actions/workflows/update.yml/badge.svg)](https://github.com/iptv-org/database/actions/workflows/update.yml)
2022-02-15 04:04:11 -05:00
2022-06-03 08:38:00 -04:00
User editable database for TV channels.
2022-03-25 17:49:27 -04:00
2022-06-03 08:38:00 -04:00
![channels.csv](.readme/preview.png)
2022-02-15 04:04:11 -05:00
2022-09-11 14:21:48 -04:00
All data is stored in the [/data](data) folder as [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) (Comma-separated values) files and can be edited with any spreadsheet editor (such as [Google Sheets](https://www.google.com/sheets/about/), [LibreOffice](https://www.libreoffice.org/discover/libreoffice/), ...).
2023-10-06 22:14:49 -04:00
## API
2023-10-07 01:04:37 -04:00
All data is also available through the API, documentation for which can be found in the [iptv-org/api](https://github.com/iptv-org/api) repository.
2023-10-06 22:14:49 -04:00
## Resources
Links to other useful IPTV-related resources can be found in the [iptv-org/awesome-iptv](https://github.com/iptv-org/awesome-iptv) repository.
## Discussions
If you have a question or an idea, you can post it in the [Discussions](https://github.com/orgs/iptv-org/discussions) tab.
2022-06-03 08:38:00 -04:00
## Contribution
2022-02-15 04:04:11 -05:00
2023-12-10 20:27:11 -05:00
Please make sure to read the [Contributing Guide](CONTRIBUTING.md) before sending [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).
2023-10-06 22:14:49 -04:00
And thank you to everyone who has already contributed!
### Backers
<a href="https://opencollective.com/iptv-org"><img src="https://opencollective.com/iptv-org/backers.svg?width=890" /></a>
### Contributors
<a href="https://github.com/iptv-org/epg/graphs/contributors"><img src="https://opencollective.com/iptv-org/contributors.svg?width=890" /></a>
2022-02-15 04:04:11 -05:00
2022-06-03 08:38:00 -04:00
## License
2022-02-15 04:04:11 -05:00
2022-06-03 08:38:00 -04:00
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](LICENSE)