CoinbasePro-Recurring-Buy icon indicating copy to clipboard operation
CoinbasePro-Recurring-Buy copied to clipboard

A Python app to automate buying cryptocurrency on the Coinbase Pro exchange. Runs in a Docker container for convenience.

Results 5 CoinbasePro-Recurring-Buy issues
Sort by recently updated
recently updated
newest added

I am using your Docker for this and having it do small buys every 3 days. Sometimes, they work fine. Other times, it dies during one of the buys. I...

Thank you very much for this -- I've just started using the docker to automate some weekly crypto buys. Any chance we could get an email-based notification instead of only...

Hi, I was reading this post on reddit : https://www.reddit.com/r/CryptoCurrency/comments/ofu03b/which_is_better_buying_top_coins_vs_buying_btc/ And I was wondering if it was possible to set the bot to buy the top coins (by market cap)...

This the error I'm getting: ``` Traceback (most recent call last): File "/app/./recurring-buy.py", line 165, in schedule.run_pending() File "/usr/local/lib/python3.9/site-packages/schedule/__init__.py", line 780, in run_pending default_scheduler.run_pending() File "/usr/local/lib/python3.9/site-packages/schedule/__init__.py", line 100, in run_pending...

It would be great if it would remember the last buy timestamp so that, if it needs to be rebooted (say the PC needs to reboot and restarts the docker),...