Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/speedycraftah/discord-input-stats-rpc
This small module written in Python and C-Sharp respectively tracks the amount of times you have pressed a key on your keyboard and clicks on your mouse and shows it on your Discord RPC.
https://github.com/speedycraftah/discord-input-stats-rpc
discord input rpc stats-rpc
Last synced: 18 days ago
JSON representation
This small module written in Python and C-Sharp respectively tracks the amount of times you have pressed a key on your keyboard and clicks on your mouse and shows it on your Discord RPC.
- Host: GitHub
- URL: https://github.com/speedycraftah/discord-input-stats-rpc
- Owner: SpeedyCraftah
- Created: 2020-12-30T17:56:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T13:30:15.000Z (over 3 years ago)
- Last Synced: 2025-01-13T12:57:40.928Z (21 days ago)
- Topics: discord, input, rpc, stats-rpc
- Language: C#
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-input-stats-rpc
This small module written in C# tracks the amount of times you've pressed a key on your keyboard and the amount of left clicks on your mouse and displays them in your Discord RPC!- Trace amounts of CPU usage (<1% occasionally) and memory (~7mb 64-bit, ~3mb 32-bit)
- Bundled into `.exe` for easier use
- Small hidden easter eggs in big and small image text:) (you can change them if you don't like them)# How to build from source (not recommended)
- Clone this repository in Visual Studio
- Install all required packages and build# Python?
Switch to the [Python](https://github.com/SpeedyCraftah/discord-input-stats-rpc/tree/python) branch (no executables).# Windows Defender detects as malware?
Unforunately due to the `.exe` being unsigned (which costs a fortune for a free project) Windows Defender tends to block programs like these due to them being 'untrusted'.
However you can look at the virus total if you're unsure![Virus Total Results](https://www.virustotal.com/gui/file/7fed8a10dc8f678c4bc681d2349baf7086dfcaeeabdb16cf5f0d04fb2414ea11/detection) |
[Virus Total Behaviour Report](https://www.virustotal.com/gui/file/b8a48d282c2629ef0e393f3c96bcd2b82fc0c39a3f97f905a7623ddbe1777f9e/behavior/VirusTotal%20Jujubox)As expected, it was only detected by 2 overprotective antivirus software out of 65 engines, they were both marked as 'unsafe'.
**.Net Framework 4.7 or above is required! (most Windows versions already come with this)**
**Only Windows is supported at this time.**