Code Monkey home page Code Monkey logo

stonks's Introduction

Stonks

Requirements

  • Python 3.6 or newer

Setting Up Your Virtual Environment

More information can be found in the official Python Docs.

Windows

REM make sure you have a compatible version of python installed
C:\> python --version
Python 3.7.7

REM create a virtual environment named 'venv' in the current directory
C:\> python -m venv venv

REM activate it
C:\> venv\Scripts\activate.bat

REM now we can pip install without explicitly using python to invoke pip
(venv) C:\> python --version
Python 3.7.7

Unix

# make sure you have a compatible version of python installed
$ python3 --version
Python 3.7.7

# create a virtual environment named 'venv' in the current directory
$ python3 -m venv venv

# activate it
$ source venv/bin/activate

# now we can pip install without explicitly using python to invoke pip
# note we're just using python here
(venv) $ python --version
Python 3.7.7

Quick Start

  1. Clone the repository:

    $ git clone https://github.com/Jeff457/stonks.git
  2. Install the dependencies:

    $ cd stonks/
    # activate your virtual environment
    $ source ~/venv/bin/activate
    # install the dependencies
    (venv) $ pip install -r requirements.txt
  3. Run the app:

    (venv) $ python stonks/app.py
    The phrase 'SPY' was mentioned 15 times today in WallStreetBets

stonks's People

Contributors

jeff457 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.