VAUL3T/TiktokUserInfoBot — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python Telegram bot that can look up public TikTok user information. I want users to send a username with /start or search by TikTok user ID with /id, then get a clean readable reply with the profile details the bot can find.
Please make the bot easy to use, with friendly messages, basic error handling, and a raw data option for debugging or advanced users. Add a required Telegram channel join check before people can use the commands, with buttons to join and verify. Include rate limiting so people cannot spam searches, plus simple local lists for users who are exempt, blacklisted, or blocked from using the bot.
Privacy matters, so do not save searched usernames, user IDs, timestamps, or personal Telegram data. Console debug logs are fine, but no log files with user data. Use simple config values for the bot token and channel name. Look up current docs online if you need to.
Want more depth? Deep Reverse