No description
Find a file
2025-07-18 09:32:57 +02:00
bruno/MicroBlogFetchders add blue sky fetcher 2024-06-25 10:35:47 +02:00
old_node_src clean up js project in prep for clojure rewrite 2025-06-02 09:53:09 +02:00
pocket_base add pocketbase schema 2024-07-07 13:56:16 +02:00
src/micro_blog get config and is_tech working 2025-07-18 09:32:57 +02:00
.env.sample remove ppi 2024-07-07 13:55:08 +02:00
.gitignore get config and is_tech working 2025-07-18 09:32:57 +02:00
build.clj get config and is_tech working 2025-07-18 09:32:57 +02:00
deps.edn get config and is_tech working 2025-07-18 09:32:57 +02:00
LICENSE.md add license 2025-05-22 12:42:08 +02:00
README.md remove ppi 2024-07-07 13:55:08 +02:00

Micro Blog Repo Fetchers

The Micro Blog Repo is a personal project of mine to aggregate, backup, and make my various social media posts. It is made up of a self-hosted PocketBase and these lambda function.

Progress

  • BlueSky
  • Pixelfed
  • Mastodon
  • Nostr

Deployment

To deploy all the lambda functions to AWS:

$ yarn deploy

After the deploy to manually trigger a fn run:

$ yarn exec serverless invoke  --function bluesky

Local development

$ nvm use
$ yarn exec serverless invoke local --function bluesky

note: insure you are on the correct version of nodejs, 20

There is also the new serverless dev command. I still need to check that out.