Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 662 Bytes

File metadata and controls

19 lines (14 loc) · 662 Bytes

Build Status

An application that harvests a user's Bluesky history and spits out a faithful representation of their entire soul!

Getting started

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements/dev.txt
$ flask --app autoapp.py run

In your browser navigate to localhost:5000 or localhost:5000/posts?bluesky_handle=[username] where [username] is the Bluesky handle you want to generate posts for.