-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for scraping multiple urls
- Loading branch information
Showing
2 changed files
with
120 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
# The URL we want to scrape. Should be a mobile link to finn.no | ||
# url http://m.finn.no/bap/forsale/search.html | ||
url http://m.finn.no/bap/forsale/search.html?price_to=6000&sub_category=1.93.3215 | ||
|
||
# The number of minutes between each request. | ||
interval 1 | ||
|
||
# The email you want to recieve the notifications on. | ||
tomail [email protected] | ||
|
||
# The mail to send from. | ||
frommail [email protected] | ||
frommail [email protected] | ||
|
||
# The template we use for e-mail content | ||
template default.tmpl | ||
|
@@ -18,4 +14,11 @@ template default.tmpl | |
# useragent Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14 | ||
|
||
# Enable som (useful) debug messages. | ||
debug false | ||
debug true | ||
|
||
# | ||
# The URLs we want to scrape. Should be a mobile link to finn.no | ||
# | ||
# url http://m.finn.no/bap/forsale/search.html?price_to=6000&sub_category=1.93.3215 | ||
url http://m.finn.no/bap/forsale/search.html | ||
|
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