Skip to content

Crawl a site to tweet its new articles with a link to the page

License

Notifications You must be signed in to change notification settings

pukapukan/Crawl2Tweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawl2Tweet

It's a simple crawler that tweets new articles from webpages.

Check out example/laterooms.js for more.

Options:

{
  mongoDB: {
    url: string,
    collection: string
  },
  twitter: {
    api_key: string,
    api_secret: string,
    access_token: string,
    access_token_secret: string
  },
  pages: [
    {
      url: string,
      query: function(window, callback)
    }
  ]
}

About

Crawl a site to tweet its new articles with a link to the page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published