An open API service indexing awesome lists of open source software.

https://github.com/unknown-gd/windows_task_scheduler_telegram_script

Script for sending info to telegram from windows tasks
https://github.com/unknown-gd/windows_task_scheduler_telegram_script

Last synced: 15 days ago
JSON representation

Script for sending info to telegram from windows tasks

Awesome Lists containing this project

README

          

# windows_task_scheduler_telegram_script
Script for sending info to telegram from windows tasks

## Install
1. Install Python
2. Run in cmd `py -m pip install requests`
3. Drop script in your run folder
4. Configure main.py in `# Config`
5. Add script in `actions` on `task sheduler`

### Special thanks to [TheFizzyjuice](https://github.com/TheFizzyjuice) for great ideas