1 Commits

Author SHA1 Message Date
13566b2674 Improved README and fixed links 2023-05-02 14:36:33 +02:00

View File

@@ -20,17 +20,17 @@
## Installation ## Installation
1. `git clone https://git.end-play.xyz/HoloUA/Telegram.git` 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 3. Install Python 3.7+ (at least 3.9 is recommended) for your OS
4. `python3 -m pip install -r requirements.txt` 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 ## Configuration
So bot has its "config_example.json" and it needs to be changed. 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. 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 :) After all of that you're good to go! Happy using :)