Skip to content

otsupom/OpenGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

OpenGraph

Auto Connect and Faucet OpenGraph


About The Project

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.


Features

  • 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

Getting Started

Prerequisites

  • Python 3.6 or higher
  • Pyppeteer library for browser automation
  • A compatible wallet browser extension (e.g., Slush Wallet) installed and configured

Installation

  1. Clone the repository:

    git clone https://github.com/Luizfelippe00966/OpenGraph.git
    cd OpenGraph
    
  2. Install dependencies:

    pip install pyppeteer
    

Usage

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.


Customization

  • 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.

Contributing

Contributions are welcome! Please open issues or submit pull requests for bug fixes, enhancements, or new features.


License

This project is licensed under the MIT License. See the LICENSE file for details.


About

Auto Connect and Faucet OpenGraph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages