GithubHelp home page GithubHelp logo

lnker89 / epg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from iptv-org/epg

0.0 0.0 0.0 36.9 MB

Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.

Home Page: https://iptv-org.github.io/

License: The Unlicense

Shell 0.01% JavaScript 4.40% HTML 95.59%

epg's Introduction

EPG

Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources.

IMPORTANT: We are no longer able to provide pre-made guides due to the disabling of GitHub Actions (Read more: https://github.com/orgs/iptv-org/discussions/12#discussioncomment-5219050). This repository now contains only utilities and configurations for downloading guides yourself.

Table of contents

How to use?

To download the guide from one of the supported sites you must have Node.js installed on your computer first.

You will also need to install Git to follow these instructions.

After installing them, you need to open the Console (or Terminal if you have macOS) and type the following command:

git clone --depth 1 -b master https://github.com/iptv-org/epg.git

Then also through the Console navigate to the just downloaded epg folder:

cd epg

And install all the necessary dependencies:

npm install

Now choose one of the sources (their complete list can be found in the /sites folder) and start downloading the guide using the command:

# Windows
set SITE=example.com&& npm run grab

# Linux/macOS
SITE=example.com npm run grab

After the download is completed in the current directory will appear a new folder guides, which will store all XML files:

guides
โ””โ”€โ”€ en
    โ””โ”€โ”€ example.com.xml

Also you can make these guides available via URL by running your own server:

npm run serve

After that all the downloaded guides will be available at a link like this:

http://localhost:3000/guides/en/example.com.xml

In addition, they will be available on your local network at:

http://<your_local_ip_address>:3000/guides/en/example.com.xml

Playlists

Playlists with already linked guides can be found in the iptv-org/iptv repository.

Database

All channel data is taken from the iptv-org/database repository. If you find any errors please open a new issue there.

API

The API documentation can be found in the iptv-org/api repository.

Resources

Links to other useful IPTV-related resources can be found in the iptv-org/awesome-iptv repository.

Discussions

If you have a question or an idea, you can post it in the Discussions tab.

Contribution

Please make sure to read the Contributing Guide before sending issue or a pull request.

And thank you to everyone who has already contributed!

Backers

Contributors

License

CC0

epg's People

Contributors

freearhey avatar iptv-bot[bot] avatar revgear avatar ministorm3 avatar popeyethesai10r avatar central302 avatar bellezaemporium avatar arkina1234 avatar derpymcdonuts avatar smrtprjcts avatar mcastellaneta avatar tertogordez avatar nickleby avatar f640 avatar smark223 avatar dexer125 avatar liimee avatar isilrhun avatar las-pen avatar mineplayerspe avatar thedeatcrusher avatar zoom-adr avatar azimabid00 avatar sebitr avatar xemles avatar allanf181 avatar michaelrpowell avatar philblue7 avatar benevenstanciano avatar sunuazizrahayu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.