Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplyceo/autogather
Prize button/box auto-clicker.
https://github.com/simplyceo/autogather
afkfarming auto-clicker python python2 python3
Last synced: about 8 hours ago
JSON representation
Prize button/box auto-clicker.
- Host: GitHub
- URL: https://github.com/simplyceo/autogather
- Owner: SimplyCEO
- License: gpl-3.0
- Created: 2020-06-16T15:31:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T22:42:38.000Z (over 4 years ago)
- Last Synced: 2024-05-03T06:53:54.095Z (6 months ago)
- Topics: afkfarming, auto-clicker, python, python2, python3
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autogather
Prize button/box auto-clicker. (Initially made for Twitch's prize box)## Information ##
For the moment, it's stuck with one RGB colour set. It's a testing script until 07/12/2020.
## Installation ##
It's required some dependencies for run: [Pynput](https://pypi.org/project/pynput/) - [PyAutoGUI](https://pypi.org/project/PyAutoGUI/) - [PyScreeze](https://pypi.org/project/PyScreeze/) - [keyboard](https://pypi.org/project/keyboard/) - [mouse](https://pypi.org/project/mouse/).
For it, run:
```
pip install pynput PyAutoGUI PyScreeze keyboard mouse
```
(Use pip3 if you have support for Python 3.x)## Usage ##
At the moment, just run the script and let it click by itself:
```
python autogather.py
```
(Use python3 if you have support for Python 3.x)This script, also, need to be runned as root!
## References ##
Feel free to modify my script / share it.
If you want to learn more, you can see the documentation for [Pyntput](https://pynput.readthedocs.io/en/latest/), [PyAutoGUI](https://pyautogui.readthedocs.io/en/latest/), [PyScreeze](https://github.com/asweigart/pyscreeze), [keyboard](https://github.com/boppreh/keyboard), or [mouse](https://github.com/boppreh/mouse).