JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.5k stars 712 forks source link

BlueSky AT Protocol Support #1051

Open TJ-Stamp opened 1 week ago

TJ-Stamp commented 1 week ago

Describe the feature

With Bluesky taking off recently it would be really useful to be able to scrape posts and profiles there in the same way that the legacy twitter module used to work.

The API documentation suggests that calls can be made against a public endpoint without authentication https://docs.bsky.app/docs/advanced-guides/api-directory and the calls look to be well documented.

Would this fix a problem you're experiencing? If so, specify.

No response

Did you consider other alternatives?

No response

Additional context

No response