A C# application which adds Discord Rich Presence with FACEIT data.
Report Bug
·
Request Feature
This application collects information about your current game on FACEIT.
It shows it to all your friends on Discord with Rich Presence.
They can know the score, the map and the game time.
- Get a free API Key at https://developers.faceit.com/
- Get a release in Releases
- Enter your FACEIT API in
config.json
"faceitAPIKey": "ENTER YOUR API"
- Enter your FACEIT Player ID in
config.json
It looks something like this :"faceitPlayerID": "ENTER PLAYER ID"
81015611-b72a-459d-88dd-5fc2919ed73c
- Execute the application
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.