An open API service indexing awesome lists of open source software.

https://github.com/blakejoy/mock-crypto-bot

This is a mock of a crypto bot using Flask for a Software Engineering semester project.
https://github.com/blakejoy/mock-crypto-bot

Last synced: 9 months ago
JSON representation

This is a mock of a crypto bot using Flask for a Software Engineering semester project.

Awesome Lists containing this project

README

          

# README #

This README would normally document whatever steps are necessary to get your application up and running.

### What is this repository for? ###
This is a mockup of a crypto currency trading bot. This project consisted of a group of 4 people. My role during the project was to develop the backend. I also worked on some of the front end utilizing javascript to make callbacks to the flask endpoints. I was able to use bittrex and coindesk api to gather real time coin data to use during the trading process. The project uses Python and Flask in order to demonstrate how one would use a bot to trade crypto. I had no prior experience with trading indicators and such so the code for the indicators may be a little messy.