Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
/ btc-pricer Public archive

A python script to send the user bitcoin price info over the last 31 days.

Notifications You must be signed in to change notification settings

FrediArro/btc-pricer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

btc-pricer

BTC-pricer is a python script. It receives the price of BTC over the last 31 days. Then the data plotted to a chart and is written into a CSV file. The CSV file is sent to user selected recipient.

You can start the program from an IDE or from command line. If you decide to use command line, you should follow the steps. When you decide to use an IDE, then the IDE should know what to do.

To start the program

  1. Make sure that you have the following libraries:
  • csv
  • matplotlib
  • smtplib
  • ssl
  • email

Use pip or pip3 (depending on you Python version) to install libraries. For example:

pip3 install matplotlib
  1. Navigate to the project directory
  2. Start the main.py with your Python version.

For example:

python3.8 main.py

This should run the program.

About

A python script to send the user bitcoin price info over the last 31 days.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages