Brad Ganley 270fdf4c69
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled
Fixed "AS" caseing to get rid of build warning
2024-12-28 19:17:48 -06:00
2024-12-28 20:12:18 +00:00
2024-12-28 02:19:47 +00:00
2024-12-27 02:33:23 +00:00
2024-12-27 02:31:43 +00:00
2024-12-27 02:31:43 +00:00

user-tracker

Tracks and reports on a users actions

Docker

Docker image available on Dockerhub: https://hub.docker.com/r/bradganley/buab

services:
  bskybot_1:
    image: bradganley/buab:0.0.1
    restart: unless-stopped
    volumes:
      - ./sessionData:/sessionData
    environment:
      - NAME=Brad
      - USER_DID=did:plc:pi3zhvcqttk2hrdpmkynqrfi
      - TRACKER_BSKY_HANDLE=
      - TRACKER_BSKY_PASSWORD=
      - DEBUG_LOG_ACTIVE=true
      - DEBUG_LOG_LEVEL=info
      - JETSTREAM_URL=ws://<YOUR JETSREAM SERVER IP>:6008/subscribe
      - SESSION_DATA_PATH=/sessionData


  jetstream:
    image: "ghcr.io/bluesky-social/jetstream:sha-ea96859b93d1790ff20bb168e5fc442d462cea1e" 
    container_name: jetstream1
    restart: unless-stopped
    environment:
      - CURSOR_FILE=/data/cursor.json
    ports:
      - "6008:6008"
    volumes:
      - ./data:/data
Description
This bot is meant for transparency. It will share details of Posts, likes, reposts, and blocks from a given user
Readme MIT 76 KiB
Languages
TypeScript 75.8%
Dockerfile 20.4%
Makefile 3.8%