liqtags/DexScreenerClient ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that watches cryptocurrency pairs on DexScreener and helps me quickly spot what is trending, what is gaining the most, and what is newly listed.
I want it to work across chains, with Solana as the default, but I should be able to switch to things like BSC too. It should pull pair data, organize it into readable data tables, and optionally print those tables to the console so I can inspect them. I also want an option to save reports or generated files for later review, and a simple way to push the data into Supabase if I choose to use that.
Make the main entry point easy to call from one function, with a few simple flags for whether to generate files, print the tables, or store everything in Supabase. If it makes sense, include support for websocket style updates and basic report output too. Use current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit