Skip to content

Your companion that automatically buys new crypto gems ๐Ÿ’Ž

Notifications You must be signed in to change notification settings

TimTrademark/cryptogem-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

77 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

My Crypto Gem

Your companion that automatically buys new crypto gems ๐Ÿ’Ž

MyCryptoGem is an open-source bot that scans exchanges and automatically buys new crypto listings.

Exchanges that are currently supported ๐Ÿ“ˆ

  • MEXC
  • Kucoin
  • Gate.io

Configuration

Configure the bot with ease using the web control panel.

My Crypto Gem

Disclaimer: It is not recommended to host the control panel on a public facing machine, as it is not production-ready. You can disable the web control panel by inserting ENABLE_CONTROL_PANEL=FALSE in the .env file.

Alternatively, the config.json file can be edited manually according to your needs:

{
  "exchanges": {
    "mexc": {
      "api_key": "MY_API_KEY",
      "api_secret": "MY_API_SECRET",
      "funds": 6,
      "active": true
    }
  },
  "scheduling_timeout_seconds": 5
}

Running the bot

It is recommended to run the bot using Docker:

docker build -t mycryptogem .
docker run -d -p 0.0.0.0:5000:5000 mycryptogem

You can also provide a config.json to the Docker container:

docker run -v C:/config_custom.json:/app/config.json mycryptogem

Development

You are free to open pull requests or create issues, I will try to get to them as soon as possible. The bot is in active development, so expect more features and changes soon!

Planned features are:

  • Monthly/weekly/daily Budget limits ๐Ÿ“…
  • More exchange integrations ๐Ÿ“ˆ
  • Integrating trade history in control panel ๐Ÿ“œ

About

Your companion that automatically buys new crypto gems ๐Ÿ’Ž

Resources

Stars

Watchers

Forks

Packages

No packages published