Benjamin Mako Hill 
							
						 
					 
					
						
						
						
						
							
						
						
							72bf7bcd37 
							
						 
					 
					
						
						
							
							stop writing writing header to one-column list  
						
						 
						
						... 
						
						
						
						This feels like it's asking for trouble. Description of the contents
of the list is in the filename. 
						
					 
					
						2020-03-31 08:35:23 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaylea Champion 
							
						 
					 
					
						
						
						
						
							
						
						
							50f58a3887 
							
						 
					 
					
						
						
							
							migrating to new directory structure  
						
						 
						
						
						
					 
					
						2020-03-29 13:42:01 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
							
							
						
						
						
							
						
						
							a86c3a97ee 
							
						 
					 
					
						
						
							
							Merge pull request  #7  from kayleachampion/master  
						
						 
						
						... 
						
						
						
						cleanup with merge 
						
					 
					
						2020-03-29 11:39:32 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaylea Champion 
							
						 
					 
					
						
						
						
						
							
						
						
							317c32cdb5 
							
						 
					 
					
						
						
							
							all march data  
						
						 
						
						
						
					 
					
						2020-03-29 00:19:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaylea Champion 
							
						 
					 
					
						
						
						
						
							
						
						
							3bd1c684df 
							
						 
					 
					
						
						
							
							adding a logs dir without adding my log files, assuming those don't  
						
						 
						
						... 
						
						
						
						belong in repo 
						
					 
					
						2020-03-28 23:50:04 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaylea Champion 
							
						 
					 
					
						
						
						
						
							
						
						
							fa8e977741 
							
						 
					 
					
						
						
							
							new version of this from scrape. no double quotes around articles any  
						
						 
						
						... 
						
						
						
						more 
						
					 
					
						2020-03-28 23:47:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaylea Champion 
							
						 
					 
					
						
						
						
						
							
						
						
							4226b45b97 
							
						 
					 
					
						
						
							
							adds a scraper to update the articles file  
						
						 
						
						
						
					 
					
						2020-03-28 23:46:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kaylea Champion 
							
						 
					 
					
						
						
						
						
							
						
						
							c7af46f8fb 
							
						 
					 
					
						
						
							
							adds in new logging capability  
						
						 
						
						
						
					 
					
						2020-03-28 18:46:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								aaronshaw 
							
						 
					 
					
						
						
						
						
							
						
						
							5dfbe3dab4 
							
						 
					 
					
						
						
							
							minimal analysis example with pageview data  
						
						 
						
						
						
					 
					
						2020-03-28 20:33:23 -05:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f5ac92330c 
							
						 
					 
					
						
						
							
							Merge branch 'kaylea/master' of github.com:CommunityDataScienceCollective/COVID-19_Digital_Observatory into kaylea/master  
						
						 
						
						
						
					 
					
						2020-03-28 14:13:26 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ee91df4c04 
							
						 
					 
					
						
						
							
							Read the whole input file before making api calls  
						
						 
						
						
						
					 
					
						2020-03-28 14:12:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							24e5590836 
							
						 
					 
					
						
						
							
							Read the whole input file before making api calls  
						
						 
						
						
						
					 
					
						2020-03-28 14:09:28 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							49c3203d78 
							
						 
					 
					
						
						
							
							A few suggestions for the python script:  
						
						 
						
						... 
						
						
						
						- using format strings (f-strings) is a nice way in python to build
strings using variables.
- you can read and process a file in one pass if you iterate over the
open file itself instead of reading it into a variable and then
looping
- i had to change your strip code when i stopped using csv reader
- my python linter and auto-formater hate non-indendent comments
- i added a few lines to print cases where we don't get Ok responses. 
						
					 
					
						2020-03-27 20:43:29 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c54d8ba28a 
							
						 
					 
					
						
						
							
							Reorganize wikipedia views subproject into subpackage.  
						
						 
						
						
						
					 
					
						2020-03-27 20:13:11 -07:00