CyberPunkMetalHead / gateio-crypto-trading-bot-binance-announcements-new-coins

This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
MIT License
1.21k stars 302 forks source link

Moving all the config files into a single config directory #130

Open Linus045 opened 2 years ago

Linus045 commented 2 years ago

As discussed here: https://github.com/CyberPunkMetalHead/gateio-crypto-trading-bot-binance-announcements-new-coins/pull/119#r775889308_

The config files (config.yaml and auth.yaml) should get moved into their own directory to keep it more organized.

To implement that change. all paths need to be updated (maybe utilize constants to make this easier in the future). The Dockerfile is also affected, so make sure the Docker builds/runs correctly afterwards.

Swastyy commented 2 years ago

Hi @Linus045 I want to work on this. Please assign it to me.

sakshamp11 commented 2 years ago

hi, @Linus045 hope you are doing well .can I also work on this??

Linus045 commented 2 years ago

Well that's something you need to discuss with @Swastyy I don't mind if you work on it together.

Swastyy commented 2 years ago

Hi @Linus045 , thanks for asking @sakshamp11 , I'll surely tell if any help is required.

warren-ru commented 2 years ago

Want to mention that old_coins.json also need to be moved