a reddit image collector
Project description
# this will out put a list of links to the slideshow file
# where list_of_subreddits is a file with a list of subreddits
$reddit_view -s `cat ~/list_of_subreddits | tr "\n" ","` &> ~/slideshow
$reddit_view -s `cat ~/bin/list_of_subreddits | tr "\n" ","` -o hot &> ~/slideshow
$reddit_view -i r -s funny,science,machineporn -o hot,top -p 1 &> ~/slideshow
# to view
$cat ~/slideshow | xargs feh -D 5 --auto-zoom -g 800x800 -B black
for more see the programs -h help option
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reddit_view-1.0.0.tar.gz
(4.5 kB
view hashes)