From 13566b26748ad657140dbcf5cfbd0c4b11b192f2 Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 2 May 2023 14:36:33 +0200 Subject: [PATCH] Improved README and fixed links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ece6a9f..20eaa83 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ ## Installation 1. `git clone https://git.end-play.xyz/HoloUA/Telegram.git` -2. `cd HoloCheckerBot` +2. `cd Telegram` 3. Install Python 3.7+ (at least 3.9 is recommended) for your OS 4. `python3 -m pip install -r requirements.txt` -5. Run it with `python3 main.py` after configuring +5. Run it with `python3 holochecker.py` after configuring ## Configuration So bot has its "config_example.json" and it needs to be changed. Copy this file to "config.json" and open it with any text editor. -You should also install [HoloCheckerAPI](https://git.end-play.xyz/profitroll/HoloCheckerAPI) for inline requests to work. +You should also install [HoloCheckerAPI](https://git.end-play.xyz/HoloUA/API) for inline requests to work. After all of that you're good to go! Happy using :)