Automating Google image search
up vote
2
down vote
favorite
I am using a raspberry Pi at the moment and I would like to acheive the following.
Every hour an automated Google Image search of a specific predefined term.
The image is then downloaded to the Pi
The Pi then prints the image.
scripting web
add a comment |
up vote
2
down vote
favorite
I am using a raspberry Pi at the moment and I would like to acheive the following.
Every hour an automated Google Image search of a specific predefined term.
The image is then downloaded to the Pi
The Pi then prints the image.
scripting web
2
1) every hour -> seecron
jobs ; 2) search and save hit as described over at stackoverflow ; 3) print as in printing on paper? ->lpr
(orlp
). General hints: useman command
to learn more about command and also check stackoverflow and askubuntu as your problem might be solved there. Now it's about making your first steps in writing a shell script. Have fun!
– Fiximan
Mar 1 '17 at 21:05
Much appreciated Fiximan : )
– paul
Mar 1 '17 at 21:12
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am using a raspberry Pi at the moment and I would like to acheive the following.
Every hour an automated Google Image search of a specific predefined term.
The image is then downloaded to the Pi
The Pi then prints the image.
scripting web
I am using a raspberry Pi at the moment and I would like to acheive the following.
Every hour an automated Google Image search of a specific predefined term.
The image is then downloaded to the Pi
The Pi then prints the image.
scripting web
scripting web
edited Nov 24 at 20:41
Rui F Ribeiro
38.3k1475126
38.3k1475126
asked Mar 1 '17 at 20:37
paul
334
334
2
1) every hour -> seecron
jobs ; 2) search and save hit as described over at stackoverflow ; 3) print as in printing on paper? ->lpr
(orlp
). General hints: useman command
to learn more about command and also check stackoverflow and askubuntu as your problem might be solved there. Now it's about making your first steps in writing a shell script. Have fun!
– Fiximan
Mar 1 '17 at 21:05
Much appreciated Fiximan : )
– paul
Mar 1 '17 at 21:12
add a comment |
2
1) every hour -> seecron
jobs ; 2) search and save hit as described over at stackoverflow ; 3) print as in printing on paper? ->lpr
(orlp
). General hints: useman command
to learn more about command and also check stackoverflow and askubuntu as your problem might be solved there. Now it's about making your first steps in writing a shell script. Have fun!
– Fiximan
Mar 1 '17 at 21:05
Much appreciated Fiximan : )
– paul
Mar 1 '17 at 21:12
2
2
1) every hour -> see
cron
jobs ; 2) search and save hit as described over at stackoverflow ; 3) print as in printing on paper? -> lpr
(or lp
). General hints: use man command
to learn more about command and also check stackoverflow and askubuntu as your problem might be solved there. Now it's about making your first steps in writing a shell script. Have fun!– Fiximan
Mar 1 '17 at 21:05
1) every hour -> see
cron
jobs ; 2) search and save hit as described over at stackoverflow ; 3) print as in printing on paper? -> lpr
(or lp
). General hints: use man command
to learn more about command and also check stackoverflow and askubuntu as your problem might be solved there. Now it's about making your first steps in writing a shell script. Have fun!– Fiximan
Mar 1 '17 at 21:05
Much appreciated Fiximan : )
– paul
Mar 1 '17 at 21:12
Much appreciated Fiximan : )
– paul
Mar 1 '17 at 21:12
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f348482%2fautomating-google-image-search%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
1) every hour -> see
cron
jobs ; 2) search and save hit as described over at stackoverflow ; 3) print as in printing on paper? ->lpr
(orlp
). General hints: useman command
to learn more about command and also check stackoverflow and askubuntu as your problem might be solved there. Now it's about making your first steps in writing a shell script. Have fun!– Fiximan
Mar 1 '17 at 21:05
Much appreciated Fiximan : )
– paul
Mar 1 '17 at 21:12