Flavien / repo-crawler

RepoCrawler is a command line tool capable of crawling a list of Kodi add-on repositories and build a new repository locally from all the add-on packages found.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RepoCrawler

RepoCrawler is a command line tool capable of crawling a list of repositories and build a new repository locally from all the packages found. It can be run multiple times and will only download the updated packages.

RepoCrawler will also generate the addons.xml file.

Usage

  1. Install .NET Core.
  2. Download the code and restore the NuGet packages:
$ git clone https://github.com/Flavien/repo-crawler.git
$ cd repo-crawler/RepoCrawler
$ dotnet restore
  1. Place the repository ZIP files inside the repositories directory:
$ mkdir repositories
  1. Run RepoCrawler:
$ dotnet run

License

Copyright 2017 Flavien Charlon

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

RepoCrawler is a command line tool capable of crawling a list of Kodi add-on repositories and build a new repository locally from all the add-on packages found.

License:Apache License 2.0


Languages

Language:C# 100.0%