Skip to content

ih810/GasHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GasHunter on Discord

Setup Instructions

  1. Clone the repository:

    git clone [repository_url]
    cd nasVer
    
  2. Create a virtual environment:

    python3 -m venv venv
    
  3. Activate the virtual environment:

    • On Unix or MacOS:
      source venv/bin/activate
      
    • On Windows:
      venv\Scripts\activate
      
  4. Install the required packages:

    pip install -r requirements.txt
    
  5. Set up the environment variables:

    • Copy the .env.example file to .env
    • Fill in the required values in the .env file
    • get your discord token, etherscan api key and discord channel id from here and here
  6. Run the main script:

    python main.py
    

Requirements

  • Python 3.7+
  • Discord account and bot token
  • Etherscan API key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages