GithubHelp home page GithubHelp logo

tumblrsharp's Introduction

TumblrSharp

This is a continuation of the excellent TumblrSharp C# Library developed by the community.

Documentation

Please refer to the Wiki to learn how to use TumblrSharp.

Why?

TumblrSharp is a very nicely designed library, and perhaps the only usable C# library that currently exists. However, development for the Codeplex project stopped in 2014. While using the library, I've noticed several bugs which I'll fix and post to this repository.

What has been fixed in this new version?

If you download the old TumblrSharp version off of CodePlex or NuGet, you won't get any of the fixes this libary provides - most notably, support for Asks and Submissions.

  • Errors with getting submission posts and their new post state type
  • Allow posts to be sent with a published state, which is currently the only way to publish asks
  • New CreateAnswer method on PostData class allows for editing and publishing asks
  • Eliminated superfluous constructor overloads in PostData methods, allowing for shorter, more maintainable code
  • Eliminated unnecessary required parameters like title or body from a text post, as they are not required by the Tumblr API.
  • Opted for default values in PostData. This is important because specifying something simple like a PostCreationState on a photo post would require possibly unneeded data, like tags.
  • Move everything into a PCL for maximum compatibility.

What needs to be implemented?

  • "Reblogged from" broken
  • Add Reblog Trail support
  • Better documentation
  • Examples of how to use the library
  • Getting dashboard posts after a date rather than before

What will not be implemented?

  • Chat
  • Activity

(This is due to restrictions to the V2 API. These endpoints exist but can only be accessed with the official Tumblr app API key).

Contributing

Please feel free to contribute if you find any problems / have any features.

License

TumblrSharp follows the MIT License.

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.