We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8e138 commit dacec01Copy full SHA for dacec01
README.md
@@ -4,6 +4,13 @@
4
5
A python lib to access the Fortnite API, supports 2FA and requires no reversing/SSL stripper.
6
7
+# Requirements:
8
+
9
+ * Linux *(due to the efficiency of [epoll](https://docs.python.org/3/library/select.html#select.epoll). Can change this if need arises)*
10
+ * Python3+
11
12
+No external libraries are used.
13
14
# Example:
15
16
> If you're using a new account, `EULA_ACCEPTED` needs to be `False` the first time you use the account.
0 commit comments