Code Monkey home page Code Monkey logo

stock-price-notifier's Introduction

STOCK PRICE NOTIFIER

This is a simple project where user can enter stock ticker symbol and set a threshold for stock price and then get notified in email/SMS when the stock price exceeds the user set threshold. This is a challenge project for data engineering.

Developed By:

Anish Shilpakar

Features

  • User can subscribe to any stock ticker symbol and set desired price threshold
  • User can choose options for email notification or SMS notification
  • User can set frequency to minutely, hourly, daily
  • More features to be added soon

Tools Used

  • Python
  • Flask
  • yfinance
  • Twilio

Demo Video

2023-04-22.13-48-43.mp4

Screenshots

Home Page

User Input Form

Subscription Added Page

Subscription Page

Email Notifications

New entry Stock Alert

Mobile Notifications

New entry Stock Alert

Project Directory Structure

  • controllers => controller file
  • models => code for connecting to database and utlities function
  • routes => routes file
  • screenshots => screenshots for readme
  • static => css file
  • templates => html files
  • main.py => main python file
  • database.db => sqlite database
  • Description.md => Task description
  • challenge1_documentation.pdf => Project Documentation

Steps to setup this project

  1. Clone this repo.
git clone https://github.com/JuJu2181/Stock-Price-Notifier
  1. Install requirements
pip install -r requirements.txt

Use Python 3.8.10 and installing requirements in virtual environment is recommended

  1. Create env file using .env_example and add your details
RAPID_API_KEY=YOUR_API_KEY
RAPID_API_HOST=YOUR_API_HOST
SENDER_MAIL=YOUR_EMAIL_ADDRESS
SENDER_PWD=YOUR_APP_PASSWORD
TWILIO_ACCOUNT_SID=YOUR_TWILIO_SID
TWILIO_AUTH_TOKEN=YOUR_TWILIO_AUTH_TOKEN
TWILIO_PHONE_NUMBER=YOUR_TWILIO_PHONE_NUMBER
  1. Start the App
python main.py

Feel free to contact me if you have any queries regarding this project. Also if you like this project leave a โญ.

stock-price-notifier's People

Contributors

juju2181 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.