-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,46 @@ | ||
# ratRequ3ster | ||
A software designed to interact with LCU Api (hidden League Of Legends api) | ||
# <p align="center"> ratRequ3ster </p> | ||
<p align="center">A software designed to interact with LCU Api (hidden League Of Legends api)</p> | ||
|
||
|
||
## Installation | ||
|
||
Go to the <a href="https://github.com/akira-trinity/ratRequ3ster/releases">releases</a> page and download the last version in .zip. | ||
|
||
Extract it and start ```ratRequ3ster.exe``` | ||
|
||
You also download the source code and use it with Python : | ||
```bash | ||
python ratRequ3ster.py | ||
``` | ||
|
||
## Usage | ||
|
||
I guess that if u use my software, u know what ur doing and what ur looking for. | ||
|
||
So, open ratRequ3ster and League, then make sure to select League Installation path here : | ||
|
||
![image](https://user-images.githubusercontent.com/62818208/224183778-43eccdd4-65b3-4869-9457-e078fc5ac3aa.png) | ||
|
||
If ur set, go to <a href="https://www.mingweisamuel.com/lcu-schema/tool/#/">LCU Community documentation</a> and perform requ3sts ! | ||
|
||
|
||
|
||
|
||
## Example | ||
|
||
## GET Requ3st : | ||
|
||
<img src="https://user-images.githubusercontent.com/62818208/224183463-dd8c5d9d-7a9b-4838-9886-07e356de8604.png"> | ||
|
||
## POST Requ3st : | ||
|
||
![image](https://user-images.githubusercontent.com/62818208/224184540-a04e43cd-31e9-483a-9a21-7e38ae30e996.png) | ||
|
||
|
||
|
||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
|
||
## License | ||
[MIT](https://choosealicense.com/licenses/mit/) |