8000 GitHub - bluto-dev/bluto: Markov chain generator for Bluesky posts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bluto-dev/bluto

Repository files navigation

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.

0