Select the types of activity you want to include in your feed.
Demonstration bridge between ATproto and GraphQL. Generate schema types and interface with the ATmosphere via GraphQL queries. Includes a TypeScript server with IDE.
···99pipenv install
1010```
11111212+**Testing:**
1313+1414+```
1515+pipenv run python -m pytest
1616+```
1717+1218## Schema Generation
13191420The `schema/` folder contains scripts to generate a GraphQL schema from Lexicon. Standard ATProto definitions are initialized in the `deps/atproto` folder.