remcalu / Poocoin-Monitor

A python script that monitors poocoin charts and notifies the user when there's a change that the user has deemed significant
7 stars 1 forks source link

EXECUTION


OPTIONS FILE You can save predefined settings so you don't have to type them out every time you run the program, check out the file 'dist/options.json'. Below, there are some settings that can be changed, or left alone

---Main Options--- refresh_delay: How long the program waits before checking the prices again default value is '5'

autoload: Make the autoload prompt show up default value is 'none

---Specific Coins Monitor Settings--- name: If you want to assign a name default value is 'none'

static_link: If you want to check the same coin every time, change this field to the link default value is 'none'

static_direction: If you want to check above or below every time, change this field to the check criteria default value is 'none'

static_price: If you want to check the same price every time, change this field to the price default value is 'none'

emails: If you want emails to be sent when the price passes the thresholds you put, change this field to your email address default value is 'none' NOTE: You might have to set 'pythonautosend@gmail.com' as a trusted sender on your email account since it might get flagged as spam


AUTHOR Remus Calugarescu 2021-04-25


LAST MODIFIED 2021-04-30


OTHER