-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
49 lines (32 loc) · 1.3 KB
/
config.ini
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# Configuration file.
#
# Copyright (C) 2019, Guillaume Gonnet
# This project is under the MIT license.
# NOTE: You are free to change all configuration keys you want but DO NOT REMOVE
# a key or the script won't work anymore.
[user]
# The user credentials used to log in Kattis.
email = john.n.anderson.pro@gmail.com
password = andersonhackskattis
[user-agent]
# The user agent that will be used for requests to Kattis. When "--tos" argument
# is given, the user agent used is the "tos" one (it complies with Terms of
# Service). Otherwise "human" user agent is used.
tos = Duck-Hunter (created by <john.n.anderson.pro@gmail.com>)
human = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36
[problem]
# Parameters about the problem itself.
number-of-env = 6
[url]
# URLs that will be used to communicate with Kattis. Key "pid" is Duck Hunt
# problem ID.
pid = kth.ai.duckhunt
login = https://kth.kattis.com/login/email
submit = https://kth.kattis.com/problems/{pid}/submit
result = https://kth.kattis.com/submissions/{sid}?only_submission_row
[local-test]
# Parameters for testing the script in local.
sources = ../
envs = EastEmissions, NorthEmissions, SouthEmissions, ParadiseEmissionsOpponent,
WestEmissionsOpponent, NorthEmissionsOpponent