/ErrorLogger

A set of handy functions for handling errors in other applications

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

project_title

project_description
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

![Product Name Screen Shot][product-screenshot]

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

EXAMPLE FROM OPERATEEXCHANGEGUI

  1. Install CCXT. This can be done in a number of ways. I used pip.
  • npm
    npm pip install ccxt
  1. Download the .py files from this repository (OperateExchangeGUI.py,OperateExchange.py, ConnectToExchange.py, GetCurrentTime.py, QuadraticFormula.py, and optionally AudioPlayer.py)

  2. In the same folder as ConnectToExchange.py, create a .txt file to store your API information. Its name should start with the exchange you are using, followed by an underscore, followed by the name of the account you're using, and ending with _API.txt.

For example, if you are using your Main account on Coinbase, you would name the .txt file Coinbase_Main_API.txt

If your API key is view-only, you can save your cryptocurrency exchange API key on the 1st line, and your API secret on the 2nd. However, if your API key has trade priveleges, you should save an encrypted version of both your key and secret on those lines instead.

To encrypt your API information, I recommend using CustomEncryptor.py, which can be downloaded here: github.com/EvanGottschalk/CustomEncryptor

  1. Run OperateExchangeGUI.py

  2. Congratulations! You can now use OperateExchangeGUI to calculate, graph, create and cancel orders on your chosen cryptocurrency exchange!

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU GPL-3 License. See LICENSE for more information.

Contact

Evan Gottschalk - @Fort1Evan - evan@fort1e.com

Project Link: https://github.com/EvanGottschalk/repo_name

Acknowledgements

Thinking about contributing to this project? Please do! Your Github username will then appear here.