Skip to content

toddmoy/robot-tourist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Robot Tourist

Robotically takes screenshots of the URLs you provide.

Usage

Task Command
Install dependencies npm install
Run it npm start

Configuration

Add a list of URLs and titles to data.js. Names may not have spaces.

Sample:

[
  {
    name: "Reddit",
    url: "http://reddit.com"
  },
  {
    name: "DesignerNews",
    url: "http://designernews.co"
  },
  {
    name: "HackerNews",
    url: "http://news.ycombinator.com"
  }
]

Dependencies

  • Puppeteer
  • Node 8.9+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published