Přejít na soubor
Starbeamrainbowlabs 849f09f666
Add EmbeddedFiles helper
2019-08-13 01:20:03 +01:00
PolyFeed Add EmbeddedFiles helper 2019-08-13 01:20:03 +01:00
examples Add Oc ReMix Albums example 2019-08-05 01:06:39 +01:00
lantern-build-engine@5b27397f5f Update to laminar v0.6 2019-08-09 21:29:49 +01:00
.gitignore Ignore atom feeds 2019-07-29 01:13:01 +01:00
.gitmodules Start writing lantern build script for CI 2019-08-05 12:07:17 +01:00
LICENSE Initial commit 2019-07-28 21:22:04 +01:00
PolyFeed.sln Set version number 2019-08-05 12:25:08 +01:00
README.md README: Tweak usage 2019-07-30 00:50:27 +01:00
build [build] Use find instead of ls 2019-08-09 23:37:42 +01:00
polyfeed proxy shell script: add quotes 2019-08-06 11:23:18 +01:00

README.md

PolyFeed

Create Atom feeds for websites that don't support it

PolyFeed generates Atom feeds out of websites that don't have one, such as Twitter or Facebook (* cough * * cough *). It supports any platform that C♯ .NET applications can run, including Linux and Windows.

Install

From a Release

Download and extract the latest release. You're done!

Building from Source

Clone this repository, and then build the code with msbuild:

msbuild /p:Configuration=Release

The build output will be outputted to PolyFeed/bin/Release.

Usage

PolyFeed uses TOML configuration files to define Atom feeds. First, create a configuration file that specifies how PolyFeed should generate an Atom feed - or use one of the examples.

Then, run PolyFeed over it:

path/to/PolyFeed.exe --config path/to/config.toml

...it will generate the named .atom file automatically, keeping you up-to-date on it's progress and any errors it encounters.

Use PolyFeed.exe --help to display the full range of command-line flags available.

Contributing

Contributions are welcome - feel free to open an issue or (even better) a pull request.

The issue tracker is the place where all the tasks relating to the project are kept.

Licence

PolyFeed is released under the Mozilla Public License 2.0. The full license text is included in the LICENSE file in this repository.