forked from Karsten10/FoxHunt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
35 lines (24 loc) · 1014 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Hello fellow FoxHunt enjoyer!
To compile the bot, I have used Python version 3.7.8rc1 and pyTelegramBotAPI 4.9.0. Make sure both are installed!
Install Telegram Bot API via CMD with:
python -m pip install -r requirements.txt
Then copy the example.env to .env and fill in the necessary parts
To run the bot, open CMD and just run the .py file (python compiler obv)
There should be pleny comments in the code to have a rough understanding of how everything works
Art is generated using Dall E 2
Project file indexing is relative
File structure should be the following:
main.py
|_____
| | hints
|
|_____
| pics
Notification of anybody finishing the FoxHunt will be sent via the console on which you are running the script to combat cheating.
The first question key is given, hence everybody will start at the same point.
To-Do:
o Audio hint implementation
o Random start key and start location support
o Add eastereggs
If there's anything you need help with, don't hesitate contacting me
~ Karsten