feat: move bskycharts autoposter to new PDS
Eric Davis 1 year ago c86169eb e46fc450
··· 12 12 13 13 14 14 def main(): 15 15 - client = atproto.Client() 15 15 + client = atproto.Client('https://pds.merklehost.xyz') 16 16 client.login(BSKY_HANDLE, BSKY_APP_PASSWORD) 17 17 18 18 resp = requests.get(BSKY_ACTIVITY_IMAGE_URL)