this repo has no description

feat: move bskycharts autoposter to new PDS

+1 -1
+1 -1
autoposters/bskycharts.py
··· 12 13 14 def main(): 15 - client = atproto.Client() 16 client.login(BSKY_HANDLE, BSKY_APP_PASSWORD) 17 18 resp = requests.get(BSKY_ACTIVITY_IMAGE_URL)
··· 12 13 14 def main(): 15 + client = atproto.Client('https://pds.merklehost.xyz') 16 client.login(BSKY_HANDLE, BSKY_APP_PASSWORD) 17 18 resp = requests.get(BSKY_ACTIVITY_IMAGE_URL)