Skip to content

Simple Flickr slideshow for Raspbian using python- and shell scripts.

License

Notifications You must be signed in to change notification settings

ptttrrr/flickr-slideshow-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flickr-slideshow-rpi

Simple Flickr slideshow for Raspbian using Python- and shell scripts together with crontab and Frame Buffer Image Viewer (FBI).

Prerequisites

Setup

  • Install FBI
sudo apt-get update
sudo apt-get -y install fbi
  • Use Crontab to run the Flickr download script in an interval to your liking

  • Open Crontab

crontab -e
  • Add cronjob
*/30/ * * * * /usr/bin/python3 /home/pi/slideshow/download_flickr.py
  • Add a cronjob to start slideshow at reboot
@reboot sudo /home/pi/slideshow/slideshow.sh &
  • Customize your paths to work with your own setup if it's different.

Misc

You might need to install several modules via Pip for this to work (like Pytz for example).

About

Simple Flickr slideshow for Raspbian using python- and shell scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published