Skip to content

Graphical interface for sorting, filtering, and notification of coins which are quickly increasing in price.

License

Notifications You must be signed in to change notification settings

JevinJ/BittrexNotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BittrexNotify GUI

Graphical interface for sorting/filtering/notification of coins which are increasing in price. Can be used as an aid in locating short term investments.

BittrexNotifyGUI

Prerequisites

Python3.6+

Libraries:

  • playsound
  • urllib3
  • certifi

Optional for windows:

  • always-on-top(uses Autohotkey) or other program that will keep windows on top.

Installing

Using terminal/command prompt:

Install playsound via pip3

pip3 install playsound

Install urllib3 via pip3

pip3 install urllib3

Install certifi via pip3

pip3 install certifi

Running

Download or clone the repository. In the download location make sure you have in the /src/ folder:

Folders:

fast_history
media
slow_history

Double click on main.py or open a terminal/command prompt in the /src/ folder and type:

CMD: python main.py
Terminal: python3 main.py

Optional for windows - Run always-on-top:

Unzip and run always-on-top.
Once BittrexNotify and always-on-top are running press Ctrl+Space with the BittrexNotify window selected to keep it on top.

Usage

On first run for all listboxes, if there is any new data it will be updated to the box after the second cycle.
Both windows will only show coins with volumes >= 350 BTC
The first window cycles every 10 minutes and shows changes >= 3% and coins with price >= .00001000.
The second window cycles every 20 seconds and shows average rate >= .45%.
You can press the bell button to play a sound when the box updates, if it has any data to update on.
This program will not give 100% accurate reccomendations or certainty that the price will continue to increase. You should use your own judgement and research on Bittrex to choose which coins to invest in or avoid.

Authors

  • Jevin Jones - Creator - JevinJ

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Graphical interface for sorting, filtering, and notification of coins which are quickly increasing in price.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages