Skip to content

LouisMeMyself/joe-collector-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fee collector for XJoe.

Iterate over all pairs on the farm and exclude reflective tokens (at least for now).

Installation

Use Virtualenv

This repo uses virtualenv. Follow the instructions for Linux:

Create a virtual env:

... $> python3 -m venv /path/to/new/virtual/environment

Installation of the dependencies required for the project:

# activation of the virtual environment
... $> source /path/to/new/virtual/environment/venv/bin/activate

# installation of dependencies (only after having activated the virtual environment!)
(venv) ... $> pip3 install -r requirements.txt

Then, to launch the fee collector simply type:

# launch the fee collector
(venv) ... $> python3 main.py

About

A script that will collect fees for XJoe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages