Skip to content

Commit ab6f474

Browse files
committed
screenshot if exceptions
1 parent ecf9847 commit ab6f474

File tree

5 files changed

+360
-22
lines changed

5 files changed

+360
-22
lines changed

TwitterParsing/.ipynb_checkpoints/Collecting Data-checkpoint.ipynb

Lines changed: 0 additions & 6 deletions
This file was deleted.

TwitterParsing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ After spending some time on Twitter, following Machine Learning, Deep Learning a
33
I decided to download some of those tweets. For example, @chrisalbon writes (draws would be more relevant) interesting Machine Learning flash cards.
44
I am using Selenium to parse and download those flash cards and I create a daemon to parse and send me about new flash cards every day.
55

6-
`com.alexattia.machinelearning.downloadflashcards.plist` is the plist file to copy into /Library/LaunchDaemons/
7-
`run.sh` is the script to launch every day
6+
`com.alexattia.machinelearning.downloadflashcards.plist` is the plist file to copy into /Library/LaunchDaemons/
7+
`run.sh` is the script to launch every day
88
`download_pics.py`is the Python script

TwitterParsing/com.alexattia.machinelearning.downloadflashcards.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>StartCalendarInterval</key>
1616
<dict>
1717
<key>Hour</key>
18-
<integer>7</integer>
18+
<integer>9</integer>
1919
<key>Minute</key>
2020
<integer>0</integer>
2121
</dict>

0 commit comments

Comments
 (0)