Skip to content

Commit

Permalink
Some more scripts and setup for selenium.
Browse files Browse the repository at this point in the history
  • Loading branch information
algogrit committed Sep 10, 2017
1 parent 7e94e41 commit c69d89c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 1 deletion.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.0.0
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Value Investing and Analysis
This repo contains scraping tools, analysis and visualizations based on formulae and analysis as done in the book "Value Investing and Behavioral Finance" by Parag Parikh.


## Setup

$ ./scripts/setup.sh


## TODO

- Scrape data for all the companies listed in NSE
Expand Down
2 changes: 1 addition & 1 deletion coffee-can-portfolio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MARICO
BERGEPAINT
GSKCONS
CERA
PAGE
PAGEIND
ASTRAL
ITC
ASIANPAINT
Expand Down
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "value-investing-with-analysis",
"version": "1.0.0",
"description": "To view the charts and fancy analysis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gauravagarwalr/value-investing-with-analysis.git"
},
"keywords": [
"investing",
"shares",
"fundamental"
],
"author": "Gaurav Agarwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/gauravagarwalr/value-investing-with-analysis/issues"
},
"homepage": "https://github.com/gauravagarwalr/value-investing-with-analysis#readme"
}
1 change: 1 addition & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
selenium
3 changes: 3 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

pip install -r ./scripts/requirements.txt

0 comments on commit c69d89c

Please sign in to comment.