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
- Host: GitHub
- URL: https://github.com/unknown-gd/windows_task_scheduler_telegram_script
- Owner: unknown-gd
- License: mit
- Created: 2022-04-17T15:00:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T13:21:40.000Z (over 4 years ago)
- Last Synced: 2025-10-25T08:32:37.553Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: Audit/query_ID4741.txt
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