https://github.com/lucioerlan/Monitoring-Files
๐ Monitor the status of a folder on your system
https://github.com/lucioerlan/Monitoring-Files
python slack watchdog
Last synced: 5 months ago
JSON representation
๐ Monitor the status of a folder on your system
- Host: GitHub
- URL: https://github.com/lucioerlan/Monitoring-Files
- Owner: lucioerlan
- Created: 2020-06-17T16:19:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T04:34:18.000Z (9 months ago)
- Last Synced: 2024-12-01T13:46:50.142Z (5 months ago)
- Topics: python, slack, watchdog
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - lucioerlan/Monitoring-Files - ๐ Monitor the status of a folder on your system (Python)
README
[](https://github.com/arshadkazmi42/awesome-github-init/LICENSE)
[![LinkedIn][linkedin-shield]](https://www.linkedin.com/in/erlanlucio/)
[](https://hits.seeyoufarm.com)
Monitoring Folder ๐ต๏ธ
## ๐ค About The Project
This is a very simple script, and very useful for day to day, monitor The changes that happen in a folder or if there is no change, in a certain time, a log is sent.
## ๐ฅ Setup
**`- Python 3+`**
## ๐จ Installation
```sh
pip install -r requiriments.txt
```
* cp .env.example .env, eg **Then**, Configure with your information. ๐## ๐ Technologies Used

## ๐ Running
```
$ python main.py
```## ๐ Thanks for these
| [`watchdog`](https://pypi.org/project/watchdog/) | program that uses watchdog to monitor directories specified as command-line arguments and logs events generated:!
## ๐ License
This project lives under MIT License. See LICENSE for more details. ยฉ2019 - [Erlan Lucio](https://www.linkedin.com/in/erlanlucio/)
[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=flat-square
[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=flat-square
[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=flat-square
[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square
[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square
[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: images/screenshot.png