Skip to content

Web app for viewing DeviantArt and Twitter activity feed in bulk

License

Notifications You must be signed in to change notification settings

IsaacSchemm/ArtworkInbox

Repository files navigation

Artwork Inbox

https://artworkinbox.azurewebsites.net/

An ASP.NET Core web application that provides an alternate UI for viewing your feed.

Supported sites:

Support can also be added for a Mastodon server by editing Startup.cs:

services.AddMastodon("example.com", o => {
    o.Scope.Add("read:statuses");
    o.Scope.Add("read:accounts");
    o.Scope.Add("read:notifications");
    o.ClientId = Configuration["Authentication:Mastodon:example.com:client_id"];
    o.ClientSecret = Configuration["Authentication:Mastodon:example.com:client_secret"];
    o.SaveTokens = true;
});

About

Web app for viewing DeviantArt and Twitter activity feed in bulk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages