MarshalX / atproto

The AT Protocol (πŸ¦‹ Bluesky) SDK for Python 🐍
https://atproto.blue
MIT License
278 stars 30 forks source link

Add send_ogp_link_card (Open Graph protocol) example #273

Closed OhkuboSGMS closed 7 months ago

OhkuboSGMS commented 7 months ago

Hi, first of all, thank you for the wonderful project

Added an example of getting og:image from a site and posting a link card with an image. Please merge if you like.

like this:

2024-02-10 19_57_01-ホーム β€” Bluesky

MarshalX commented 7 months ago

Hi! Thank you for your contribution! I cleaned up the example and moved to httpx lib because it should be already installed (SDK uses it). Also, I made the image optional (atproto allows it). Does that look good to you?

OhkuboSGMS commented 7 months ago

Thank you! No problem. LGTM.