DashBot
Version, currently 1.1.02 versions
- 1.1.0latestMar 27, 2021
- 0.1not indexedMar 27, 2021
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.0Then run:
shards installshard.yml
- Crystal
1.0.0- License
- MIT
- Author
- Arthur Poulet
Dependencies
Runtime Dependencies
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
- Fork it ( https://github.com/Meoowww/DashBot/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
1.1.0- Tagged
- Mar 27, 2021
- Commit
1150453fd73a- Crystal
1.0.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/Meoowww/DashBot
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 2