tangled
alpha
login
or
join now
edavis.dev
/
bsky-tools
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
feat: move bskycharts autoposter to new PDS
Eric Davis
1 year ago
c86169eb
e46fc450
+1
-1
1 changed file
expand all
collapse all
unified
split
autoposters
bskycharts.py
+1
-1
autoposters/bskycharts.py
···
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)