Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Quick'n'dirty .Net Tweakblogs Export reader to aid in conversion to other platforms.

License

Notifications You must be signed in to change notification settings

RobThree/TweakblogsExportReader

Repository files navigation

TweakblogsExportReader

A quick'n'dirty .Net library for reading Tweakblogs export files to aid in conversion to other platforms. Available as NuGet package.

Quickstart

using TweakblogsExportReader;

var reader = new TweakblogsExportJsonReader(); ;

// Read export file into blog
var blog = await reader.ReadAsync(@"path\to\tweakblog-export.json").ConfigureAwait(false);

// Get post titles
var posts = blog.Posts.Select(p => p.Title).ToArray();

About

Quick'n'dirty .Net Tweakblogs Export reader to aid in conversion to other platforms.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages