Skip to content

Instantly share code, notes, and snippets.

View fernand0's full-sized avatar
💭
Programming

Fernando Tricas García fernand0

💭
Programming
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fernand0 on github.
  • I am fernand0 (https://keybase.io/fernand0) on keybase.
  • I have a public key ASAbbth8D04dEpy44GiajVOXpo97bi_ioUplU5BODuYzQQo

To claim this, I am signing this object:

@fernand0
fernand0 / gist:6e099c1049f74cbb3151f6f7cc3163e5
Created November 2, 2023 18:25
Para publicar en bluesky // Publishing in bluesky
from atproto import Client, models
def main():
client = Client()
password = input("Password? ")
profile = client.login('fernand0.bsky.social', password)
print('Welcome,', profile.display_name)
facets = []