The CoffeeOutsideBot is designed to pick a location in the city for the #yycbike crowd to meet and enjoy some hot coffee (or tea!).
git clone https://github.com/yycbike/coffeeoutsidebot.git
cd coffeeoutsidebot
bundle install
bundle exec bin/coffeeoutsidebot
You can get an API key at https://openweathermap.org/price
An .ics file is auto generated. The current bot's version can be found at https://coffeeoutside.bike/yyc.ics
You can add the bot to your favourite RSS reader with https://coffeeoutside.bike/yyc.rss
To have the coffeeoutsidebot fire regularly, set up a cron job
0 17 * * 3 pushd /path/to/coffeeoutsidebot && bundle exec ruby bin/coffeeoutsidebot
Bug reports and pull requests are welcome on GitHub at https://github.com/dafyddcrosby/coffeeoutside. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the CoffeeOutside project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.