Skip to content
This repository was archived by the owner on Nov 8, 2019. It is now read-only.

CollectQT/theblockbot

Repository files navigation

TheBlockBot

requirements

  • Ruby
  • Redis
  • Postgres
  • Twitter API keys

quickstart

$ foreman start then open http://localhost:5000/

slowstart

$ subl .env
    PORT=5000
    SECRET_KEY_BASE=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    # from https://apps.twitter.com
    TWITTER_CONSUMER_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXX
    TWITTER_CONSUMER_SECRET=XXXXXXXXXXXXXXXXXXXXXXXX
    TWITTER_ACCESS_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXX
    TWITTER_ACCESS_TOKEN_SECRET=XXXXXXXXXXXXXXXXXXXX

$ bundle install
$ bundle exec rake db:drop db:create db:migrate db:seed
$ bundle exec rspec
    # should be all green
$ foreman start

testing

$ guard in its own terminal window

$ bundle exec rspec if that's doing too much

About

TheBlockBot (( currently inactive ))

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors