A Discord bot that monitors ebay and warns you about new items in your searches.
Bellow is a simple usage guide. For more information refer to the Wiki
Install Python 3.8+ and PIP.
# clone the repo
$ git clone https://github.com/tiagosvf/ethrift.git
# change the working directory to ethrift
$ cd ethrift
# install the requirements
$ python3 -m pip install -r requirements.txt
Rename settings.yaml.template
to settings.yaml
and edit it with your settings
$ python3 ethrift
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.