FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How to Scrape Bluesky Posts: AT Protocol Public Data Extraction with Python
How-ToProgramming Languages

How to Scrape Bluesky Posts: AT Protocol Public Data Extraction with Python

via Dev.to Pythonagenthustler3h ago

Bluesky is the decentralized social network built on the AT Protocol. Unlike traditional platforms, the AT Protocol is designed to be open — making public data freely accessible without authentication. This is a game-changer for data extraction. Here's how to scrape Bluesky posts and profiles using Python. Why Bluesky Data is Special Open by design : The AT Protocol makes public data accessible via standard APIs No auth required : Public posts, profiles, and feeds are openly available Growing fast : Millions of users migrating from Twitter/X Rich data : Posts, replies, likes, reposts, follows — all accessible Decentralized : Data is portable and not locked behind one corporation Understanding the AT Protocol Each user has a data repository identified by their DID (Decentralized Identifier). The public API endpoints let you read this data directly. import requests import json import time BSKY_PUBLIC_API = " https://public.api.bsky.app " def resolve_handle ( handle ): """ Convert a Blues

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
0 views

Related Articles

Building an MCP Server for Your Own Tools
How-To

Building an MCP Server for Your Own Tools

Medium Programming • 30m ago

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One
How-To

[MM’s] Boot Notes — The Day Zero Blueprint — Test Smarter on Day One

Medium Programming • 51m ago

RHAPSODY OF REALITIES - 26TH MARCH 2026
"In Nehemiah’s day, as the people built the wall of…
How-To

RHAPSODY OF REALITIES - 26TH MARCH 2026 "In Nehemiah’s day, as the people built the wall of…

Medium Programming • 1h ago

How to Actually Make Money with a "Free" App
How-To

How to Actually Make Money with a "Free" App

Medium Programming • 1h ago

How-To

Building a Runtime with QuickJS

Lobsters • 2h ago

Discover More Articles