Code Monkey home page Code Monkey logo

stockmemaybe's Introduction

stockmemaybe

Scraping and predictive analytics of stock data

Stock Me Maybe is a web application that lets you peek into the future of stock prices! It uses sentiment and predictive analytics. Stock Me Maybe is written in Python using the web application framework named Django. MySQL is used for database management.

Requirements:

  1. Virtualenv (https://pypi.python.org/pypi/virtualenv)
  2. MySQL (https://www.mysql.com/)

Running the project:

  1. Create a virtual environment: 'virtualenv env -ppython3.4'.
  2. Activate the virtualenv: 'source env/bin/activate'.
  3. run 'pip install -r requirements.txt'.
  4. Create a new database in MySQL called stockmemaybe.
  5. In stockmemaybe/settings.py, enter the username and password in the DATABASES section.
  6. If you haven't created an app for twitter access yet, create one.
  7. Enter consumer key, consumer secret, oauth token oauth token secret from your twitter app into the respective fields in ugc/views.py tweets_get() method.
  8. Run the command : "python manage.py migrate"
  9. Run the application on the local host using the command : “python manage.py runserver ”
  10. Open the web browser and enter the url “localhost:8000/main”.
  11. Enter the company ticker in the textbox.
  12. Press the “Analyse” button.
  13. The project computes and displays the predicted stock price for the entered company.

stockmemaybe's People

Contributors

ghanashyamvtatti avatar mbmithun avatar

Stargazers

 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.