Auto Connect and Faucet OpenGraph
OpenGraph is an automation script designed to automatically connect to the OpenGraph platform and claim tokens from its faucet. This project simplifies the process of interacting with the OpenGraph testnet by automating wallet connection and faucet claiming steps.
- Automatically opens the OpenGraph platform
- Connects wallet (manual approval required for wallet extensions)
- Claims faucet tokens automatically
- Supports testnet networks
- Headless browser support for automation environments
- Python 3.6 or higher
- Pyppeteer library for browser automation
- A compatible wallet browser extension (e.g., Slush Wallet) installed and configured
-
Clone the repository:
git clone https://github.com/Luizfelippe00966/OpenGraph.git cd OpenGraph
-
Install dependencies:
pip install pyppeteer
Run the main automation script:
python autoconnect_faucet.py
The script will launch a Chromium browser, navigate to the OpenGraph platform, and attempt to connect your wallet and claim faucet tokens.
Note: Wallet connection and transaction approvals require manual confirmation in your wallet extension popup.
- Update CSS selectors in the script to match any changes in the OpenGraph UI.
- Adjust wait times depending on network speed and transaction confirmation times.
- Modify the script to support additional wallet types or networks as needed.
Contributions are welcome! Please open issues or submit pull requests for bug fixes, enhancements, or new features.
This project is licensed under the MIT License. See the LICENSE file for details.