this repo has no description

feat: move bskycharts autoposter to new PDS

+1 -1
+1 -1
autoposters/bskycharts.py
··· 12 12 13 13 14 14 def main(): 15 - client = atproto.Client() 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)