this post was submitted on 11 Jul 2023
34 points (100.0% liked)

Technology

46 readers
1 users here now

Talk about anything tech related!

founded 1 year ago
MODERATORS
 

For those not aware nitter is an opensource twitter frontend which has no ads or javascript.

Now it also bypasses the rate limits and other restrictions.

you are viewing a single comment's thread
view the rest of the comments
[–] harry_h0udini911@lemmy.fmhy.ml 7 points 1 year ago (1 children)

Just phenomenal work; how could they even scrape data? When Musk restricts the API.

[–] l3mming@lemmy.fmhy.ml 2 points 1 year ago (1 children)

Don't need API access to scrape data. That's the whole point of scraping - you're indistinguishable from regular traffic. Nitter could even impersonate a Google search crawler if they want.

[–] nullishcat@lemmy.fmhy.ml 1 points 1 year ago

I could be wrong but when looking at the changed code, it still uses a token, specifically on this line. It's possibly using user routes instead of the actual paid API, but it's hard to tell without knowing twitter's API in depth. Also it's not possible to get everything just by web scraping, especially after they locked everything behind logins. AFAIK the most you can do is impersonate search crawling and get singular tweets or profile bios.