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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.40latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00
0.0.10

Package Sidebar

Install

npm i crawl2tweet

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • hyunjo_on