-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update models and automated tasks for collecting data
- Loading branch information
rowvigor
committed
Dec 15, 2018
1 parent
ae4c9c6
commit b551e69
Showing
9 changed files
with
393 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"model": "news.advisory_feed", | ||
"pk": 1, | ||
"fields": { | ||
"source": "goog", | ||
"feed": "https://www.google.com/alerts/feeds/08966076892725477175/13883181635165243708" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"model": "news.advisory_keyword", | ||
"pk": 2, | ||
"fields": { | ||
"source": "twitter", | ||
"keyword": "water advisory" | ||
} | ||
}, | ||
{ | ||
"model": "news.advisory_keyword", | ||
"pk": 3, | ||
"fields": { | ||
"source": "twitter", | ||
"keyword": "drink advisory" | ||
} | ||
} | ||
] |
Oops, something went wrong.