Tech-Melon/GmgnTwitterTgAlert — reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that uses my GMGN account to watch specific Twitter KOLs in real time and forward what they do to my Telegram channels. I want it to catch the main account actions, not just new tweets, things like retweets, replies, quote tweets, follows, unfollows, deleted posts, profile picture or bio changes, and pin changes. Please normalize the events and send them out reliably, with smart duplicate handling, to Telegram first, and also support optional WebSocket broadcast and a webhook.
I also want clean previews for images and videos, plus optional Chinese translation and simple AI analysis for selected accounts, like summarizing the post or tagging the investment theme. Let me route different handles to different Telegram channels, and allow the same handle to go to more than one channel.
Make it practical for a Linux server, keep browser login state saved, include a simple .env based config, a small control script, and a service file so it can auto restart if the browser gets stale. Also account for GMGN first time auth and proxy usage on VPS if needed.
Want more depth? Deep Reverse