summaryrefslogtreecommitdiff
path: root/README.md
blob: 34a2090cd690502213899edab0cd657170003e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Telegram bot with advanced Fortnite integration features

## Running

Install all required depedencies using:

```
pip install -r requirements.txt
```

Build and execute using python environment:

```
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.