logoalt Hacker News

anal_reactortoday at 7:33 AM3 repliesview on HN

I've built my own client for Twitter. I'm using a library that a random guy maintains. It has its problems, but all of them can be worked around, and overall it feels solid, especially considering the fact that it's done by a single person.

Then I had to add bsky support when everyone and their mother migrared there. I used the atproto Python library and holy smokes, whener I need to touch that part of the code I feel sad.


Replies

inigyoutoday at 11:04 AM

I suppose that while your Twitter thing just touches the surface-level client-facing API, your Bluesky thing touches the internals. You could scrape bsky.app the same way you do for Twitter.

boramalpertoday at 7:36 AM

> I've built my own client for Twitter.

Didn't they terminate free API access? How does your client work?

show 1 reply
GaryNumanVevotoday at 10:56 AM

As a researcher who spent most of my graduate program trying to scrape twitter to do sentiment analysis. I do not believe you.