DashBot

Version, currently 1.1.02 versions

github.com/Meoowww/DashBot

Migrated to https://git.sceptique.eu/Sceptique/DashBot

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  DashBot:
    github: Meoowww/DashBot
    version: ~> 1.1.0

Then run:

shards install

shard.yml

Crystal
1.0.0
License
MIT
Author
Arthur Poulet

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • crirc*github: Meoowww/Crirc, branch: master
  • dotenv*github: gdotdesign/cr-dotenv
  • micrate*github: juanedi/micrate
  • rollable*github: Nephos/crystal_rollable, branch: master

README

DashBot

TODO: Write a description here

Installation

Install postgresql, crystal, and crystal-shards

# Clone
git clone https://github.com/Meoowww/DashBot
cd DashBot
# Install the libs
shards install
# Build the project
crystal b -s --release src/DashBot.cr
# Configure the database
psql -U postgres postgres -c "CREATE USER root WITH PASSWORD 'toor' SUPERUSER;"
psql -U postgres postgres -c "CREATE DATABASE dash_bot"
echo "PG_URL=postgres://root:toor@localhost/dash_bot
NETWORK_HOST=chat.freenode.net
NETWORK_PORT=6697
NETWORK_SSL=true
NICKNAME=Dasshyx" > .env
# Update the database
./bin/micrate up
# Run the bot
./DashBot

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

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

  • pouleta Arthur Poulet - creator, maintainer
  • Lucie Lucie Dispot - developer