MarshalX / atproto

The AT Protocol (🦋 Bluesky) SDK for Python 🐍
https://atproto.blue
MIT License
267 stars 29 forks source link

Add method to send post with multiple attached photos #313

Closed ryoryo25 closed 3 months ago

ryoryo25 commented 4 months ago

Description

I've added a function send_images to send a post with multiple attached images.

Changes

MarshalX commented 4 months ago

Hi! Thank you for contributing! I saw that many people looking for this method. Backward compatibility is awesome. A few notes before deep diving into code:

ryoryo25 commented 4 months ago

Thank you for reviewing my code! I revised the following parts you mentioned.

ryoryo25 commented 3 months ago

I've fixed the parts you mentioned. I think CI would be passed.