This project is created as a workaround for myself to be able to get the data that I'm following from Jitta easily. I do not have the patience nor the interest to write this into a full fledged program. If you are interseted, feel free to fork this and make it better.
- Download WAMP. I recommend WAMP for the ease of setup. You could also install and configure Apache + PHP manually if that's your thing.
- Download jitta2csv
- Unzip jitta2csv-master.zip or whatever zip file that has been downloaded.
- Move the folder named jitta2csv-master inside the unzipped folder into the www folder inside your WAMP installation.
- Download MAMP. I recommend MAMP for the ease of setup. You could also install and configure Apache + PHP manually if that's your thing.
- Download jitta2csv
- Unzip jitta2csv-master.zip or whatever zip file that has been downloaded.
- Move the folder named jitta2csv-master inside the unzipped folder into the htdocs folder inside your MAMP installation.
- Use Google chrome to access to Jitta.
- Follow stocks on Jitta. If you've done this, skip and go to step 2.
- Scroll down to the end and make sure that all of your followed stocks are loaded.
From my experience, Jitta only loads up to 94 followed stocks. Anything more than that will not be loaded.
- Right click anywhere on the page and select inspect.
- Make sure that you are in the elements tab of Chrome's Developer's Tools.
- Scroll up all the way to the top of the HTML. Right click on the line that begins with
<html class
, select copy and then select copy outerHTML - Navigate to your jitta2csv-master folder in your WAMP/MAMP installation.
- Locate and open the file with the name input.html in a text editor.
- Select all the text in input.html and paste what you've copied from Chrome's Developer's Tools.
- Save the file and close it.
- Fun your program from where your webserver is running. While your installation might be different, you'll most probably be able to access the program through localhost/jitta2cst-master/jitta2csv.php
- Return to your jitta2csv-master folder in your WAMP/MAMP installation and the newest data from jitta will be in output.csv.
The result in ouput.csv will be replaced everytime you run jitta2csv.php.