card-sharing
Version:
card sharing config generator by parsing online sources
68 lines (40 loc) • 1.67 kB
Markdown
# card-sharing
Fetches card sharing servers configurations from a group of selected sources and
generates output as: plain lines, oscam and possibly others if you PR them. :)
##### Responsibility warning
Author and contributors aren't responsible for content provided by supported
sources, as neither on how you will use this software's output.
This software isn't illegal at all, it just checks up a couple of free card
sharing servers sites, copies their provided public configuration and manages it
so it prints how you would do, plain text lines or other kind.
Card sharing is illegal on some countries, please check up on yours.
By installing and/or using this software you agree with GPL v3 license and also
with this responsibility warning.
### Installing
```bash
npm -g i card-sharing
```
### Usage
By default `card-sharing` will parse all sources and output in `plain-lines`.
```bash
card-sharing
```
Although you could select: which sources to fetch/parse and which output you
prefer.
##### saving output into a file
```bash
card-sharing 1> /path/to/your/file
```
##### choosing other output
```bash
card-sharing --output oscam-readers 1> /path/to/your/oscam/readers.conf
```
### Motivation
I love to dig into protocols, muxing, ofuscators and learn how do they all work,
thats one of my hobbies.
Currently i'm checking how some satellite demuxing works, and i was too lazy to
copy C-Lines from free servers every day I wanted to play with it.
The fun thing around this is that i don't even have time to watch TV. :+1:
### Contributing
Please feel free to PR your bugfixes, enhancements or submit bug info, feature
requests and sort of.