Commit Graph

14 Commits

Author SHA1 Message Date
ee91df4c04 Read the whole input file before making api calls 2020-03-28 14:12:17 -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
Kaylea Champion
5ffb2cacd6 all data 2020-03-27 18:24:19 -07:00
Kaylea Champion
7d7fe9aaf6 cleaning out commented code 2020-03-27 18:19:22 -07:00
Kaylea Champion
d845c30455 reorganizes comments 2020-03-27 18:17:39 -07:00
Kaylea Champion
7ab95ae5f6 initial files 2020-03-27 18:10:13 -07:00
Kaylea Champion
e71b896cec makes TSV
makes JSON
2020-03-27 18:08:43 -07:00
Kaylea Champion
0cc1ffd0b6 many bug fixes 2020-03-27 17:24:18 -07:00
Kaylea Champion
ec3f66bbcc for testing 2020-03-27 16:00:36 -07:00
Kaylea Champion
9f0dbb00f7 new file -- list of article names 2020-03-27 14:41:38 -07:00
becbaa1676
Update README.md
language nicing
2020-03-24 14:25:43 -07:00
c0e067ecc1 add code of conduct and elaborate description 2020-03-24 12:12:57 -07:00
groceryheist
6272cb7be5
Initial commit 2020-03-24 11:10:29 -07:00