This is a project to analyze and visualize some of my bsky data.
- Rename
.env_template
to.env
and enter your appropriate credentials. - Run the program with
npx ts-node ./get_bsky_data.ts
Helpful link for setting up this project. Had to downgrade to node18 to get this working.