项目作者: kevinelliott

项目描述 :
Twitter thread retriever written in Crystal
高级语言: Crystal
项目地址: git://github.com/kevinelliott/crystal-twitter-conversation-crawler.git
创建时间: 2018-02-06T04:05:06Z
项目社区:https://github.com/kevinelliott/crystal-twitter-conversation-crawler

开源协议:MIT License

下载


twitter-conversation-crawler

Retrieve full conversation threads from Twitter, in style of the original Python-based Twitter Conversation Crawler by Higepon Taro Minowa.

Installation

Add this to your application’s shard.yml:

  1. dependencies:
  2. twitter-conversation-crawler:
  3. github: kevinelliott/crystal-twitter-conversation-crawler

Usage

  1. require "twitter-conversation-crawler"

Pray a lot.

Development

Uhhh, no development yet. Love ya.

Contributing

  1. Fork it ( https://github.com/kevinelliott/twitter-conversation-crawler/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am ‘Add some feature’)
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors