t3nsor/quora-backup

Add timestamp to Json file

Closed this issue · 3 comments

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.

I have some time to implement it and send a pull request - if it makes sense !

Sure, send a pull request.

closing due to lack of activity