listen icon indicating copy to clipboard operation
listen copied to clipboard

[Backend] implement the twitter API

Open piotrostr opened this issue 11 months ago • 6 comments

Methods required:

  • url lookup, for checking the twitter pages of new listings
  • keyword search, for checks on the mindshare
  • profile history, for sifting the projects that bought an existing page and changed the profile for the sake of scamming

Implementation language could be either Rust or TypeScript, if TS, put in ts-sdk directory

piotrostr avatar Jan 11 '25 16:01 piotrostr

I can contribute with that if we agree on using a puppeteer client instead of the official api

LimaTechnologies avatar Jan 28 '25 17:01 LimaTechnologies

oh absolutely, official API is way too expensive

it could even be a standalone service as long as it can provide a http interface! 😁

piotrostr avatar Jan 28 '25 18:01 piotrostr

I can contribute with that if we agree on using a puppeteer client instead of the official api

check if it would be easier to use the Rettiwt-API https://github.com/Rishikant181/Rettiwt-API

mikolajzawadzki avatar Jan 29 '25 13:01 mikolajzawadzki

Hey, why not implementing lunarcrush api? i use it for 35 usd month but is perfect for analysis

Cyberlion2024 avatar Jan 31 '25 09:01 Cyberlion2024

gonna look into both rettiwt and lunarcrush, thanks!

piotrostr avatar Feb 12 '25 19:02 piotrostr

official api is better especially the streaming api. I wrote twitter monitor using curl command from the ui, and it's delayed like 20s or so. I think instead of directly stream from twitter, we can find another service which can have the same experience. I once found WuupX, which is used by some degen trader to track new posts and the speed is good (around 0.1-0.25ms) at par with the stream official api

rizary avatar Apr 28 '25 05:04 rizary