Skip to content

Commit 8296fa9

Browse files
author
6nz
authored
Create README.md
1 parent 6a96583 commit 8296fa9

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

other-examples/README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Other-Examples
2+
KeyAuth Python Examples
3+
4+
**merged_example.py**
5+
6+
Yes title says everything. This file contains the `keyauth.py` and `main.py` from https://github.com/KeyAuth/KeyAuth-Python-Example
7+
8+
A few people did not know how to merge the files, so I made an example.
9+
10+
**method1.py**
11+
12+
This file shows you how to add your program to keyauth example.
13+
14+
All you have to do is copy and paste your code below the example, you can check it in the `method1.py` file.
15+
16+
**method2.py**
17+
18+
This file shows you how to use your code if it's above the example code.
19+
20+
- This method will only work if you call your functions after login.
21+
- **Example:**
22+
Create 1 function that will call all the other needed functions. You can also create 1 function and put everything in it. This is all your choice, method 1 would be a better idea.
23+
- This can be exploited with Python code injection, for example injecting a code that will call the function before login.
24+
25+
26+
>Created by: `Marci#1337`

0 commit comments

Comments
 (0)