View on GitHub

Detect-and-Download

A python project to crawl the websites of different tools, to check for new releases, and download them if not present locally.

Detect and Download

Description

A python project to crawl the websites of different tools, to check for new releases and download them if not present locally.

Dependencies:

Contents

.
├── plugins
│   └── <tool_name>_plugin
│       ├── code.py
│       └── data
│           ├── <tool_name>.json
│           └── downloads
├── README.md
└── setup.py

Execution