32 Days, 32 Lines or Less, and Capture "Engineering Productivity" in code.
A python3
script to gather all repos related to the 2^5 Coding Competition: Sept. 14 - Oct. 16th 2020 from GitHub
and export relevant info into a CSV file.
Example Run:
# python3 2_5_submission_gatherer.py
All Done!
File: /root/2_5_Coding_Competition_Entries.csv
CSV Output:
# cat /root/2_5_Coding_Competition_Entries.csv
Entry,User,Repo Name,Link,Last Updated
1,davidjkling,cerner_2_5_2020,https://github.com/davidjkling/cerner_2_5_2020,2020-09-14T17:32:47Z
2,bjenning04,cerner-2-to-5-2020,https://github.com/bjenning04/cerner-2-to-5-2020,2020-09-14T15:37:42Z
3,divyapaiv,dpai_cerner_2-5_2020,https://github.com/divyapaiv/dpai_cerner_2-5_2020,2020-09-14T13:54:11Z
4,flowalex-tech,cerner_2-5_2020,https://github.com/flowalex-tech/cerner_2-5_2020,2020-09-14T13:32:50Z
5,AkshataNadkarni,Cerner_2-5_2020,https://github.com/AkshataNadkarni/Cerner_2-5_2020,2020-09-14T11:56:45Z
6,lollasravani,cerner_2-5_2020,https://github.com/lollasravani/cerner_2-5_2020,2020-09-14T08:06:51Z
7,nrayapati,cerner_2-5_2020,https://github.com/nrayapati/cerner_2-5_2020,2020-09-13T23:52:59Z
8,sb067477,Cerner-2_pow_5-2020,https://github.com/sb067477/Cerner-2_pow_5-2020,2020-09-08T10:57:15Z
A whitespace
script that just outputs "Cerner", but also maybe it doesn't, how could you tell? Can try it here.
Example Run: