Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruv-techapps/auto-clicker-auto-fill
Auto click, fill, submit with AutoClicker
https://github.com/dhruv-techapps/auto-clicker-auto-fill
auto auto-fill autoclick autoclicker autoclicktool chrome-extension chrome-extensions clicker edge-extension edge-extensions extension firefox-addon firefox-extension firefox-extensions xpath
Last synced: 10 days ago
JSON representation
Auto click, fill, submit with AutoClicker
- Host: GitHub
- URL: https://github.com/dhruv-techapps/auto-clicker-auto-fill
- Owner: Dhruv-Techapps
- License: mit
- Created: 2023-08-12T07:54:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T07:50:15.000Z (10 days ago)
- Last Synced: 2025-01-29T09:45:08.565Z (10 days ago)
- Topics: auto, auto-fill, autoclick, autoclicker, autoclicktool, chrome-extension, chrome-extensions, clicker, edge-extension, edge-extensions, extension, firefox-addon, firefox-extension, firefox-extensions, xpath
- Language: TypeScript
- Homepage: https://getautoclicker.com/
- Size: 4.02 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Auto Clicker Auto Fill
Auto click, fill, submit with AutoClicker
Fill input field or click button or link anything anywhere. easy configure in few steps and work like PRO.
---
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/53bda8a642194c29bb27326df9ed5823)](https://app.codacy.com/gh/Dhruv-Techapps/auto-clicker-auto-fill/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
---## Table of Contents
1. [Overview](#overview)
- [acf-extension](#acf-extension)
- [acf-i18n](#acf-i18n)
- [acf-options-page](#acf-options-page)
2. [Changes](#changes)
3. [Running Tasks](#running-tasks)---
## Overview
This project is divided into three main components, each serving a specific purpose.
### acf-extension
The `acf-extension` is a Chrome extension designed to [provide a short description of what the extension does].
### acf-i18n
The `acf-i18n` component is responsible for managing language translations. It ensures the project is accessible to users across different linguistic backgrounds.
### acf-options-page
The `acf-options-page` serves as the configuration page for your project. Users can customize settings and preferences through this interface.
---
## Changes
Before getting started, make sure to create a new `.env` file from the provided `.env.example` under the `acf-extension` and `acf-options-page` directories.
---
## Running Tasks
Follow these steps to set up and run the project:
1. Install dependencies:
```bash
npm i
```2. Install Nx globally:
```bash
npm i nx --global
```3. Serve the components:
```bash
nx run-many -t serve
- acf-extension
- acf-options-page
- acf-i18n
```4. Run linting:
```bash
nx run-many -t lint
```5. Run testing:
```bash
nx run-many -t test
```6. Run Format:
```bash
nx format:check
```---
## Important Links
- [Docs](https://stable.getautoclicker.com/docs/4.x/getting-started/introduction/)
- [Examples](https://gist.github.com/dharmesh-hemaram)
- [Blog](https://blog.getautoclicker.com/)
- Variant
- [Stable](https://stable.getautoclicker.com)
- [Beta](https://beta.getautoclicker.com)
- [Dev](https://dev.getautoclicker.com)
- [Google Group](https://groups.google.com/g/auto-clicker-autofill)
- [GitHub](https://github.com/Dhruv-Techapps)
- [Twitter](https://twitter.com/dharmeshhemaram)
- [Open Collective](https://opencollective.com/auto-clicker-autofill)
- [Discord](https://discord.gg/vmnNfWKqnR)
- [YouTube](https://www.youtube.com/@autoclickerautofill)