Add timestamp to Json file
Closed this issue · 3 comments
ashish1294 commented
In the current code - the user has to run 2 different javascript codes - one for list of all the answers and other for time. They can be combined - store the time and offset as the last 2 element in answer list - and then user will only have to run the js command once.
Of course the crawler.py has to be changed.
This will also eliminate need for timezone argument and timestamp argument - since they will be available directly in json itself.
ashish1294 commented
I have some time to implement it and send a pull request - if it makes sense !
t3nsor commented
Sure, send a pull request.
t3nsor commented
closing due to lack of activity