https://github.com/paolostivanin/snoop-guard
Receive a notification whenever your webcam and/or your microphone are being used
https://github.com/paolostivanin/snoop-guard
c microphone notifications privacy webcam
Last synced: 2 months ago
JSON representation
Receive a notification whenever your webcam and/or your microphone are being used
- Host: GitHub
- URL: https://github.com/paolostivanin/snoop-guard
- Owner: paolostivanin
- License: gpl-3.0
- Created: 2016-10-07T20:36:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T20:16:32.000Z (over 7 years ago)
- Last Synced: 2025-02-13T11:54:14.458Z (4 months ago)
- Topics: c, microphone, notifications, privacy, webcam
- Language: C
- Homepage:
- Size: 73.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.shippable.com/github/paolostivanin/Snoop-Guard)
Receive a notification every time your webcam and/or you microphone are being used
# Todo list:
* check whether a webcam is being used or not :white_check_mark:
* use all video dev and not only one :white_check_mark:
* check whether the mic is being used or not :white_check_mark:
* server :white_check_mark:
* :on: client# Requirements
* GCC/Clang
* GTK+-3.0 (only needed if the client is built)
* glib-2.0
* alsa-lib
* libnotify# Installation
TODO# How To
Put the `snoop-guard.service` file under `$HOME/.config/systemd/user/`. Then execute:
* `systemctl --user daemon-reload`
* `systemctl --user enable snoop-guard`# Limitations
* `ignore_apps` is applied only to the webcam check. I haven't found a way to determine by which application the mic is being used. Feel free to open a PR if you know how to do it :)
* only one microphone is supported. Again, feel free to open a PR if you wanna improve it :)# LICENSE
GPL 3.0 and above. Have a look at the LICENSE file for more information.