Hacker News new | ask | show | jobs
by poblano 5051 days ago
I was going to ask that exact question.

I think the answer is no, they can't stop you. And perhaps I'm being naïve, but it doesn't seem like it would be too terribly tedious if you used a scraping library, at least not for replacing basic API functions (i.e. getting a user's recent tweets).

Obviously this would be limited to public tweets (no private tweets, no tweeting on the user's behalf, and no DMs).

1 comments

"Obviously this would be limited to public tweets (no private tweets, no tweeting on the user's behalf, and no DMs)."

I don't think any of those limitations apply. If you can do something via a web browser, you can do it programmatically, depending on how much pain you're willing to endure.

Sorry, right -- I was just thinking of straight-up scraping of public pages. Asking for the user's password and logging in to do more scraping would probably be possible, but a lot more painful.