Skip to content

A service to continuously aggregate links from selected websites and conditionally flip them into your magazines

License

Notifications You must be signed in to change notification settings

ghawk1ns/Flipboard_AutoFlip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flipboard_AutoFlip

A service to aggregate links from the pages of websites and conditionally flip them into selected magazines

###############################

Required Python Libraries

###############################

  1. urllib
  2. urlparse
  3. pickle
  4. os
  5. json
  6. BeautifulSoup
  7. time
  8. pyvirtualdisplay
  9. selenium

######################

Properties Files

###################### JSON format

# login.properties
    {
        "username" : "AaronRamsey",
        "password" : "Arsenal#1"
    }

# init.properties
    {
        "sleepIntervalMinutes" : Interval between polling websites for urls
        "database" : "the name of the pickle db, no setup required just choose a name
        "browser" : browser for selenium to launch - leave blank for Firefox
        "vDisplay" : flag for selecting whether or not to use a virtual display - good for servers/heroku/background jobs/ etc
        "websites" :  a list of websites to gather urls from
        "magazines": a list of your flipboard magazines
    }

About

A service to continuously aggregate links from selected websites and conditionally flip them into your magazines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages