This is an app to auto monitor your coin and automate purchases using coinmarketcap
Fork this repo and create your own repo to work with. Forking a Repo
We'll be using pipenv to handle this, you can install it:
pip3 install pipenv
Once you have pipenv, run the following:
pipenv install --dev
I'm using the 2 following apps for API's:
- Coinmarketcap API
- IFTTT
- This one is a little tricky to setup. Maybe I'll provide cleaner documentation on how to do this later.
Create 2 files "coinmarketcap.key" & "ifttt.key"
Using terminal:
touch coinmarketcap.key
touch ifttt.key
copy & paste your respective keys into each file.
note:
I'm using a .gitignore for all *.key files and I suggest you do the same to protect your API keys (However it should be included when you fork)
The script is currently configured to run 1 time. You can modify it to run forever with a delay between messages.
python3 crypto.py
-
Autopurchase with a crytpo account
Open to Suggestions on this: - maybe coinbase - leaning towards uphold though -
Use Twitter API with an NLP model to predict the futures of Crypto - Use the Twitter API Python Library