From 0cf6fbf82e1860cee18cc66ac5fc14ac95e97ca2 Mon Sep 17 00:00:00 2001
From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com>
Date: Wed, 19 Feb 2025 17:03:49 -0500
Subject: [PATCH] Update readme
---
README.md | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 99df345..9a86fca 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
-
π€ Telegram Bot Template
-
-
+# π€ No Twitter Bot for [Lucid Creations Media The Cove](https://community.lucidcreations.media)
Bot starter template based on [grammY](https://grammy.dev/) bot framework.
-## Features
+## Features of a grammY bot
- Scalable structure
- Config loading and validation
@@ -23,13 +21,19 @@ Bot starter template based on [grammY](https://grammy.dev/) bot framework.
- Runtimes:
- [Bun](#bun-bunsh)
+## Features of this bot
+
+- Obtain Group ID
+- Delete Twitter/X links within whitelisted group
+- Check if a group is in the whitelisted IDs
+
## Usage
Follow these steps to set up and run your bot using this template:
1. **Create a New Repository**
- Start by creating a new repository using this template. You can do this by clicking [here](https://github.com/bot-base/telegram-bot-template/generate).
+ Start by creating a new repository using this template. You can do this by clicking [here](https://github.com/lucid-creations-media/no-twitter-bot/fork).
2. **Environment Variables Setup**
@@ -45,6 +49,18 @@ Follow these steps to set up and run your bot using this template:
Open the newly created `.env.bot.dev` and `.env.bot.prod` files and set the `BOT_TOKEN` environment variable.
+3. **Remove references of LCM from your code.**
+
+Remove references of LCM fromm the following files:
+project-root/
+βββ src
+β βββ bot # Code related to bot
+β β βββ features # Bot features
+β β β βββhelpCommand.ts
+β β β βββisLCMGroup.ts
+β βββ βββ index.ts # Bot entry point
+βββ README.md
+
3. **Launching the Bot**
You can run your bot in both development and production modes.