From e1adfdec402d67e54b4befc51db67b2e669befdc Mon Sep 17 00:00:00 2001 From: TangMo Date: Thu, 29 Dec 2022 23:21:25 +0000 Subject: [PATCH] first commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..5b9ca0f --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Tangmo FxTwitter Bot + +Telegram bot that monitor for a message with just Twitter link without preview and reply with [FxTwitter](https://github.com/FixTweet/FixTweet) link + +1. Register Telegram bot +1. We are using WebHooks model. Point HTTPS web server to `public_html/hook.php` +1. Copy `env.sample.php` to `env.php` and enter credentials +1. `composer install` +1. `php set_web_hook.php` +1. It should work now