An application that harvests a user's Bluesky history and spits out a faithful representation of their entire soul!
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements/dev.txt
$ flask run
In your browser navigate to localhost:5000/[username] where [username] is the Bluesky handle you want to generate posts for.