https://github.com/ali3nsvk/slacker
An app to prevent PC from going to sleep
https://github.com/ali3nsvk/slacker
afk-bot user32
Last synced: 22 days ago
JSON representation
An app to prevent PC from going to sleep
- Host: GitHub
- URL: https://github.com/ali3nsvk/slacker
- Owner: Ali3nSVK
- License: mit
- Created: 2021-03-12T20:30:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T21:52:07.000Z (about 1 year ago)
- Last Synced: 2025-03-26T22:32:03.355Z (about 1 year ago)
- Topics: afk-bot, user32
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slacker
[](https://github.com/Ali3nSVK/Slacker/actions/workflows/dotnet-desktop.yml)
An app to prevent PC from going to sleep while AFK. Can be used to force Online/Available status on communication programs like Teams. Simulates key strokes on set interval.
Time interval and key pressed can be set, as well as the ability to use only KeyUp or full KeyPress events.
By default invokes F15 KeyUp every 59 seconds.
Uses simple WPF UI, Threads, WinForms Notification Icon, a Timer, Registry to save settings and user32.dll for winapi calls.
Inspired by [Caffeine](https://www.zhornsoftware.co.uk/caffeine/index.html)