crawl2tweet

0.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i crawl2tweet

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • hyunjo_on