This repository contains a Telegram bot that scraps gaijin's premium store (tier 7-8 planes) and sends an alert if a new plane is added or if prices change
To install and run the Gaijin-Store-Bot, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/Slyvred/Gaijin-Store-Bot.git
-
Navigate to the project directory:
cd Gaijin-Store-Bot
-
Install the required dependencies:
pip install -r requirements.txt
-
Create a Telegram bot and obtain the API token. You can follow the official Telegram documentation for instructions on how to create a bot.
-
Create a
.env
file in the project directory and add the following content:API_TOKEN=<your_telegram_api_token>
-
Run the bot:
python main.py
That's it! The Gaijin-Store-Bot should now be up and running. You will receive alerts whenever a new plane is added or if prices change in the Gaijin premium store.
Alternatively, if you don't want to go through the hassle of setting up the bot yourself, you can simply use the already hosted version. Just head over to t.me/gaijinstorecheckerbot and start using it right away!