snorreralund

Results 9 comments of snorreralund

That is fine, you should just merge the files for the analysis. It would be good to hand in the logs also, but most important thing is to include an...

Okay, I just added a post method in the connector to the following version: https://github.com/snorreralund/scraping_seminar/blob/master/logging_requests.py API is slightly changed. Instead of providing a url. Provide a dictionary of arguments to...

Regarding the log you should, report the log that generated the dataset that you analyze, not necessarily your process, testcalls etc.

just asked Jakob @elben10 to do it.

It would not hurt, but it is not a requirement. However it sends a good signal, that you are committed to replicability and transparency in science.

1. If you are using tweepy you have to create your own log. If you want to use the connector you need to create your own queries. e.g.: ```python #...

The pip package is not updated yet, so until then you should use the following Connector: https://github.com/snorreralund/scraping_seminar/blob/master/logging_requests.py