https://github.com/geekdude/a3
Aaron's Automate Anything
https://github.com/geekdude/a3
Last synced: 9 days ago
JSON representation
Aaron's Automate Anything
- Host: GitHub
- URL: https://github.com/geekdude/a3
- Owner: Geekdude
- Created: 2021-07-16T23:31:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T18:32:21.000Z (over 1 year ago)
- Last Synced: 2024-05-07T18:04:18.806Z (about 1 year ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A3 - Aaron's Automate Anything.
This repository is a set of python scripts and methodology which can be used to easily automate any task.
The pieces of the automation are shown in this diagram.

## Dependencies
Before using, install included datastore python package.
See `requirements.txt` for additional requirements. They can be installed with
```bash
pip install -r requirements.txt
```## Usage
Update files with designed behavoir.```bash
# Run a single task.
./0_single.py# Launch all tasks.
./1_launcher.py# Collect results.
./2_collect.py# Analyze results.
./3_analyze.py# Run all tasks
./run_all.sh
```