Skip to content

A small script that uses the predictions from Agile Predict and sends a notification to your favourite service using Apprise when the predicted price goes below a set threshold.

Notifications You must be signed in to change notification settings

AlanCunningham/octopus-agile-prediction-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Octopus Agile Trigger

A small script that uses the predictions from Agile Predict and sends a notification to your favourite service using Apprise when the predicted price goes below a set threshold.

This is intended to be run on a cronjob.

Installation

Clone the project and install the dependencies into a python virtual environment:

# Clone the repository
$ git clone [email protected]:AlanCunningham/octopus-agile-prediction-notifier.git

# Create a python virtual environment
$ python3 -m venv venv

# Activate the virtual environment
$ source venv/bin/activate

# Install the python dependencies using the requirements.txt file provided
(venv) $ pip install -r requirements.txt

Open the settings.py and enter:

Then run the application

(venv) $ python main.py

About

A small script that uses the predictions from Agile Predict and sends a notification to your favourite service using Apprise when the predicted price goes below a set threshold.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages