this repo has no description

feat: move bskycharts autoposter to new PDS

Changed files
+1 -1
autoposters
+1 -1
autoposters/bskycharts.py
···
def main():
-
client = atproto.Client()
+
client = atproto.Client('https://pds.merklehost.xyz')
client.login(BSKY_HANDLE, BSKY_APP_PASSWORD)
resp = requests.get(BSKY_ACTIVITY_IMAGE_URL)