Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 495 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 495 Bytes

Bsky data project

This is a project to analyze and visualize some of my bsky data.

How to use

  1. Rename .env_template to .env and enter your appropriate credentials.
  2. Run the program with npx ts-node ./get_bsky_data.ts

Additional info

Helpful link for setting up this project. Had to downgrade to node18 to get this working.