Skip to content

asw101/blue-gopher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blue Gopher

Bluesky, Go, Postgres

Usage

$ go run main.go
Targets:
  bs:createRecord          <text> creates a new post
  bs:createSession         authenticates to the Bluesky API using the BLUESKY_HANDLE and BLUESKY_PASSWORD env vars
  bs:getAuthorFeed         <author> retrieves a single page of an author feed
  bs:getAuthorFeeds        <authors> retrieves the author feed
  bs:getAuthorFeedsBulk    <pageLimit> retrieves the author feed for a list of authors.
  bs:getFollowers          <actor> retrieves the followers of a specified actor
  bs:getFollows            <actor> retrieves the followers of a specified actor
  bs:getProfile            <actor> retrieves the profile for a given actor and prints the profile data
  bs:getProfiles           <profiles> retrieves the profiles of multiple actors
  bs:getProfilesBulk       retrieves the profiles of multiple actors from standard input
  bs:listCreate            <name> <description> creates a new list
  bs:listItem              <listURL> <actor> adds an actor to a list by its URL
  bs:listItemBulk          <listURL> reads DIDs from standard input and adds them to the list
  bs:searchPosts           <query> searches posts and outputs the first page
  bs:searchPostsBulk       <pageLimit> <query> searches posts and outputs multiple pages
  hello:hello              says hello
  pg:createBlueskyTable    creates a table for storing JSON objects
  pg:dropBlueskyTable      drops the bluesky table
  pg:importJsonFile        imports JSON lines from a file into the bluesky table
  pg:listTables            lists all tables in the PostgreSQL database
  pg:query                 runs an arbitrary query against the bluesky table and outputs the results as JSON lines
  pg:query2                runs an arbitrary query against the bluesky table and outputs the results as JSON lines
  pg:queryHandles          queries the bluesky table and selects the "handle" from the JSON column, filtered by name

About

Bluesky, Go, Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages