diff --git a/README.md b/README.md new file mode 100644 index 0000000..d65a090 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# TGX2: Make Your Likes Public Again + +[WIP.] + +TGX2 is a browser extension that allows you to send posts you like on Twitter ("""X""") to your Telegram channel/group/PM [of a user who allowed your bot to message them. Including yourself.] + +Ridiculously over-engineered and build with Rust, WASM and whatnot by [yk](https://x.com/ymkeller). + +## Installation: +- Download a zip archive for your browser and install it; +- Message @BotFather on Telegram to create your own bot and acquire token; +- Add bot to a group/chat that messages will be posted into, make sure that the bot is allowed to post there; +- Get said chat/group ID (Telegram Settings → Advanced → Experimental → Show Peer IDs, or use any 3rd-party bot that can give you an ID from a forwarded message); +- Fill token and group id fields in the extension popup, set other settings to your liking; +- Enjoy people being able to see your liked xweets so they can get mad at you again! + +[](ui-preview.png) + +## TODO +- [ ] Download and repost videos/media content on like if present, opt-in +- [ ] Write a better guide/readme, maybe record a screencast +- [ ] "Send your posts" feature, etc. diff --git a/ui-preview.png b/ui-preview.png new file mode 100644 index 0000000..40ae71c Binary files /dev/null and b/ui-preview.png differ