summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitrii Morozov <snoopdesigns@gmail.com>2024-05-07 17:21:26 +0200
committerDmitrii Morozov <snoopdesigns@gmail.com>2024-05-07 17:21:26 +0200
commit4a7ebc16bc3a7ac6343aafe7d6938dd136e262aa (patch)
tree3d28bb3077385d537456d1f1bedec8eb216137f2 /README.md
parentee3e87a6ec19878d56e8f386b20c58e4d9b211b3 (diff)
Refactoring
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f29c7ff..34a2090 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ pip install -r requirements.txt
Build and execute using python environment:
```
-TELEBOT_BOT_TOKEN=<bot token> python tgbot.py
+TELEBOT_BOT_TOKEN=<bot token> python main.py
```
On first run you wil be asked for a Fortnite API token, which can be obtained by accessing [this URL](https://www.epicgames.com/id/api/redirect?clientId=3446cd72694c4a4485d81b77adbb2141&responseType=code). Note: you need to be logged to Epic Games account in browser used to access token.