I hereby claim:
- I am nuklearfiziks on github.
- I am nuklearfiziks (https://keybase.io/nuklearfiziks) on keybase.
- I have a public key ASAvoUb8xdPpu4P9PW3XAUZ6FPVj6JRJjdhY2ncB-nYy3wo
To claim this, I am signing this object:
license: mit |
I hereby claim:
To claim this, I am signing this object:
[{"id":"101063022223056987","created_at":"2018-11-13T08:55:38.000Z","in_reply_to_id":null,"in_reply_to_account_id":null,"sensitive":false,"spoiler_text":"","visibility":"public","language":"en","uri":"https://radical.town/users/CyclopsCaveman/statuses/101063022224202606","content":"<p>what the fuck is a hellthread</p>","url":"https://radical.town/@CyclopsCaveman/101063022224202606","replies_count":1,"reblogs_count":0,"favourites_count":0,"favourited":false,"reblogged":false,"muted":false,"reblog":null,"application":null,"account":{"id":"68372","username":"CyclopsCaveman","acct":"[email protected]","display_name":"awoo","locked":false,"bot":false,"created_at":"2018-09-03T23:39:40.612Z","note":"<p>your favorite shitposter's favorite shitposter</p><p><a href=\"https://radical.town/tags/nobot\" class=\"mention hashtag\" rel=\"nofollow noopener\" target=\"_blank\">#<span>nobot</span></a></p><p>he/him | aries | ace</p>","url":"https://radical.town/@CyclopsCaveman","avatar":"https://files.botsin.space/acco |
import dotenv from 'dotenv' | |
import { BskyAgent } from '@atproto/api' | |
import { ProfileView } from '@atproto/api/dist/client/types/app/bsky/actor/defs' | |
const bigLeagueMe = async () => { | |
dotenv.config() | |
// YOUR bluesky handle | |
// Ex: user.bsky.social | |
const handle = process.env.BSKYHANDLE || '' |