tweetbot

Version, currently master branch1 version
  • master branchlatestDec 20, 2018

github.com/masak1yu/tweetbot

tweetbot

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  tweetbot:
    github: masak1yu/tweetbot
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.27.0
License
MIT
Author
msky026
Target
  • tweetbot from src/tweetbot.cr

Dependencies

Runtime Dependencies

  • db*github: crystal-lang/crystal-db
  • pg*github: will/crystal-pg
  • kemal0.25.0github: sdogruyol/kemal
  • granite0.13.0github: amberframework/granite
  • twitter-crystal~> 0.2.0github: msky026/twitter-crystal
  • google-api-client-cr*github: msky026/google-api-client-cr, branch: master

README

tweetbot

twitter bot by Crystal lang

Contributing

  1. Fork it ( https://github.com/msky026/tweetbot/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

  • msky026 msky - creator, maintainer