https://github.com/alwaysofflinesoftware/testifyrpa
A robotic process automation tool using Java Robot, global keyboard hooks and Swing.
https://github.com/alwaysofflinesoftware/testifyrpa
Last synced: 11 months ago
JSON representation
A robotic process automation tool using Java Robot, global keyboard hooks and Swing.
- Host: GitHub
- URL: https://github.com/alwaysofflinesoftware/testifyrpa
- Owner: AlwaysOfflineSoftware
- License: gpl-2.0
- Created: 2024-01-31T01:46:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:08:33.000Z (over 1 year ago)
- Last Synced: 2024-09-10T16:03:14.754Z (over 1 year ago)
- Language: Java
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestifyRPA [](#license)
A robotic process automation tool using Java Robot, global keyboard hooks and Swing.
If you enjoy my work Send a thank you tip on Gumroad!
## How to Use
Run in an IDE (I use Netbeans) or compile into a Jar and run.
Documentation included more will be put here at some point :)
## How to contribute
You can contribute to TestifyRPA by:
- submit changes from your Fork of TestifyRPA
- submit issues if you run into a error or want a feature
- request to become a Contributor
### Forking TestifyRPA
1. Click the Fork button at the top.
2. Make your changes.
3. Push your changes back to GitHub.
4. Create a "Pull Request" for your changes.
I'll review pull requests when I can!
### Becoming a Contributor
If you actively submit good changes, I'll probably make you a Contributor so that I don't have to process all your pull requests.
## Requirements
Java JDK 11 Minimum (open/corretto/big java)
## License
Released under GPLv2 by Always Offline Software.
## Release Notes
### 0.5 (Jan. 26, 2024)
Initial upload. Been in a private repo forever, starting work on it again, Give it a try! Currently not maintained.