8000 update log · stephen-codepython/100DaysOfCode@bcd0468 · GitHub
[go: up one dir, main page]

Skip to content

Commit bcd0468

Browse files
committed
update log
1 parent 01e1189 commit bcd0468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
| 093 | Jun 30, 2017 | [Refactored day 86's Tweet Achive Stats script into a Package](093) | Modularized Twitter Archive script of [day 86](086) turning it into a package. This will serve our post of this week on packaging. |
9898
| 094 | Jul 01, 2017 | [Simple Python script to #scp get a file from a remote host](094) | Script uses the Paramiko package and SCP to pull a log file from a remote host. Can be easily modified and expanded. |
9999
| 095 | Jul 02, 2017 | [Class to cache moviedb API responses #shelve #decorator #namedtuple](095) | Part of challenge 25 solution where we query themoviedb API to get upcoming/now-playing movies or airing tv series to send out mail alerts |
100-
| 096 | Jul 03, 2017 | [Measure which 100Days tweets were most successful (num RT and Favorites)](096) | Using csv to parse downloaded archive, tweepy to query status for each tweet, taking retweet_count and favorite_count, then sort them by adding those two up and print the result in a nice table |
100+
| 096 | Jul 03, 2017 | [Script to measure which 100Days tweets were most successful (RTs / Favs)](096) | Using csv module to parse downloaded archive, tweepy to query status for each tweet, parsing out retweet_count and favorite_count. I add those up and sort the result descending on this combined number. Curious to see what our most popular tweets were ... |
101101
| 097 | Jul 04, 2017 | [TITLE](097) | LEARNING |
102102
| 098 | Jul 05, 2017 | [TITLE](098) | LEARNING |
103103
| 099 | Jul 06, 2017 | [TITLE](099) | LEARNING |

0 commit comments

Comments
 (0)
0