This commit is contained in:
.[d]. 2022-04-02 01:00:52 -05:00
parent 2976d47133
commit 46ff464211

@ -39,23 +39,23 @@ aNTItEAMs v1.1 - microsoft teams anti-idler
```
## changelog - v1.1
```
- ! made a static win64 binary and stubbing the pyautogui module
- ! included a static win64 binary and stubbing the pyautogui module so no python is even needed.
```
## screenshots
![screenshots](screenshots/s.jpg)
## overview
```
after some inactivity microsoft teams will put you into an idle status affecting your notifications,
this is just a cheap trick to move your mouse around a few pixel every minute and pressing the shift
key a few times to keep your status online and active to receive notifications as it should be.
this is a cheap trick that moves your mouse around a few pixels every minute aka mouse jiggler, also
pressing the shiftkey so that you never idle out. now you always receive your message notifications.
```
## prerequisites
- `python3`
## content
- antiteams.py - **main file**
## usage
- syntax: `python3 antiteams.py` - **execute main program**
- syntax: `antiteams.exe` - **execute main program - a compiled version of the exact code for win64**
- syntax: `python3 antiteams.py` - **execute**
- syntax: `antiteams.exe` - **execute - a static build of the same code above for windows 64**
## setting up environment
- `git clone --recursive https://git.tcp.direct/decoded/aNTItEAMs.git`
## notes