Skip to content

A .NET implementation of the Statusphere example app using atproto and Bluesky.

Notifications You must be signed in to change notification settings

erinnmclaughlin/Statusphere.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Statusphere.NET

This is a WIP .NET implementation of the statusphere example app which covers:

  • Password authentication (todo: implement oauth)
  • Fetch public user profile information
  • Listen to the network firehose for new data
    • Enhancement from original: live UI updates via SignalR
  • Publish data on the user's account using a custom schema

Running Locally

git clone https://github.com/erinnmclaughlin/Statusphere.NET.git
cd src/Statusphere.NET
# if you need to install ef cli tools: 
# dotnet tool install dotnet-ef --global
dotnet ef database update
dotnet run

Other Resources

About

A .NET implementation of the Statusphere example app using atproto and Bluesky.

Topics

Resources

Stars

Watchers

Forks