Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucascompython/auto-spammer
A Visual Programming Tool for creating keyboard and mouse macros.
https://github.com/lucascompython/auto-spammer
astro macros rust svelte tauri typescript visual-programming visual-scripting
Last synced: about 1 month ago
JSON representation
A Visual Programming Tool for creating keyboard and mouse macros.
- Host: GitHub
- URL: https://github.com/lucascompython/auto-spammer
- Owner: lucascompython
- License: gpl-3.0
- Created: 2023-03-26T23:38:03.000Z (over 1 year ago)
- Default Branch: tauri-v2
- Last Pushed: 2024-09-13T23:21:22.000Z (3 months ago)
- Last Synced: 2024-09-14T13:42:13.769Z (3 months ago)
- Topics: astro, macros, rust, svelte, tauri, typescript, visual-programming, visual-scripting
- Language: Svelte
- Homepage:
- Size: 17 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Spammer
A Crossplatform Visual Programming/Scripting App for keyboard and mouse macros
## How to build
+ Install tauri-cli 2.0
+ Install bunOptional
+ Install nightly rust toolchain for binary size optimizations
+ Install upx for compression
+ On linux for reading the memory usage install the GNU time command
+ Install the mold linker if you wish to use it```bash
git clone https://github.com/lucascompython/auto-spammer
cd auto-spammer
./make.py --help
```