From ea041f67e176874484cabaa45dea6c13fc75b2fc Mon Sep 17 00:00:00 2001 From: Mattia Righetti Date: Thu, 10 Feb 2022 13:14:43 +0100 Subject: [PATCH 1/3] Add GroupActivityBot example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e61ac24c..e6221a35 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ Feel free to propose your own bot to our collection! - [wa7sa34cx/the-black-box-bot](https://github.com/wa7sa34cx/the-black-box-bot) -- This is the Black Box Telegram bot. You can hold any items in it. - [crapstone/hsctt](https://codeberg.org/crapstones-bots/hsctt) -- A Telegram bot that searches for HTTP status codes in all messages and replies with the text form. - [alenpaul2001/AurSearchBot](https://gitlab.com/alenpaul2001/aursearchbot) -- Telegram bot for searching AUR in inline mode. + - [mattrighetti/GroupActivityBot](https://github.com/mattrighetti/group-activity-bot-rs/blob/master/src/chat_server.rs) -- Telegram bot that keeps track of user activity in groups. ## Contributing From d553f7b509280b973a45f9c461ba35ec9ac82b1a Mon Sep 17 00:00:00 2001 From: Mattia Righetti Date: Thu, 10 Feb 2022 13:16:45 +0100 Subject: [PATCH 2/3] Fixed bot link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6221a35..d0e7e088 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ Feel free to propose your own bot to our collection! - [wa7sa34cx/the-black-box-bot](https://github.com/wa7sa34cx/the-black-box-bot) -- This is the Black Box Telegram bot. You can hold any items in it. - [crapstone/hsctt](https://codeberg.org/crapstones-bots/hsctt) -- A Telegram bot that searches for HTTP status codes in all messages and replies with the text form. - [alenpaul2001/AurSearchBot](https://gitlab.com/alenpaul2001/aursearchbot) -- Telegram bot for searching AUR in inline mode. - - [mattrighetti/GroupActivityBot](https://github.com/mattrighetti/group-activity-bot-rs/blob/master/src/chat_server.rs) -- Telegram bot that keeps track of user activity in groups. + - [mattrighetti/GroupActivityBot](https://github.com/mattrighetti/group-activity-bot-rs) -- Telegram bot that keeps track of user activity in groups. ## Contributing From 9af44d41ffc82a35b9e591961498a308834daf0f Mon Sep 17 00:00:00 2001 From: Mattia Righetti Date: Thu, 10 Feb 2022 14:55:36 +0100 Subject: [PATCH 3/3] Move bot higher in README list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0e7e088..31de11db 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ Feel free to propose your own bot to our collection! - [mxseev/logram](https://github.com/mxseev/logram) -- Utility that takes logs from anywhere and sends them to Telegram. - [alexkonovalov/PedigreeBot](https://github.com/alexkonovalov/PedigreeBot) -- A Telegram bot for building family trees. - [Hermitter/tepe](https://github.com/Hermitter/tepe) -- A CLI to command a bot to send messages and files over Telegram. + - [mattrighetti/GroupActivityBot](https://github.com/mattrighetti/group-activity-bot-rs) -- Telegram bot that keeps track of user activity in groups. - [dracarys18/grpmr-rs](https://github.com/dracarys18/grpmr-rs) -- A Telegram group manager bot with variety of extra features. - [steadylearner/subreddit_reader](https://github.com/steadylearner/Rust-Full-Stack/tree/master/commits/teloxide/subreddit_reader) -- A bot that shows the latest posts at Rust subreddit. - [myblackbeard/basketball-betting-bot](https://github.com/myblackbeard/basketball-betting-bot) -- The bot lets you bet on NBA games against your buddies. @@ -370,7 +371,6 @@ Feel free to propose your own bot to our collection! - [wa7sa34cx/the-black-box-bot](https://github.com/wa7sa34cx/the-black-box-bot) -- This is the Black Box Telegram bot. You can hold any items in it. - [crapstone/hsctt](https://codeberg.org/crapstones-bots/hsctt) -- A Telegram bot that searches for HTTP status codes in all messages and replies with the text form. - [alenpaul2001/AurSearchBot](https://gitlab.com/alenpaul2001/aursearchbot) -- Telegram bot for searching AUR in inline mode. - - [mattrighetti/GroupActivityBot](https://github.com/mattrighetti/group-activity-bot-rs) -- Telegram bot that keeps track of user activity in groups. ## Contributing