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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8210d57 · Apr 1, 2024
Dec 27, 2022
Apr 1, 2024
Apr 1, 2024
Apr 1, 2024
Apr 1, 2024
Dec 23, 2022
Dec 24, 2022
May 30, 2021
Apr 1, 2024
Feb 9, 2020
Dec 22, 2019
Jan 12, 2020
Apr 1, 2024
Dec 24, 2022
Feb 5, 2020
Jan 12, 2020
Dec 28, 2019
Dec 27, 2022
May 30, 2023
Dec 24, 2022
Jan 3, 2020
Apr 1, 2024
Apr 1, 2024
Apr 1, 2024
Dec 22, 2019
Dec 23, 2022

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