Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defactosoftware/pickupgamebot
To help us set up pickup futsal games and maybe more
https://github.com/defactosoftware/pickupgamebot
bot pickup telegram
Last synced: about 3 hours ago
JSON representation
To help us set up pickup futsal games and maybe more
- Host: GitHub
- URL: https://github.com/defactosoftware/pickupgamebot
- Owner: DefactoSoftware
- Created: 2016-04-15T08:34:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T04:14:22.000Z (over 3 years ago)
- Last Synced: 2023-07-12T08:33:46.199Z (over 1 year ago)
- Topics: bot, pickup, telegram
- Language: Ruby
- Size: 5.29 MB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pickupgamebot
## Getting Started
After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:% ./bin/setup
It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
your machine with [this script].[this script]: https://github.com/thoughtbot/laptop
After setting up, you can run the application using [Heroku Local]:
% heroku local
[Heroku Local]: https://devcenter.heroku.com/articles/heroku-local
## Guidelines
Use the following guides for getting things done, programming well, and
programming in style.* [Protocol](http://github.com/thoughtbot/guides/blob/master/protocol)
* [Best Practices](http://github.com/thoughtbot/guides/blob/master/best-practices)
* [Style](http://github.com/thoughtbot/guides/blob/master/style)