0.1.4 • Published 9 years ago

crawl2tweet v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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)
    }
  ]
}
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

10 years ago