Telegram bot for YouTube notifications and fun.
Blue (Telegram) + Green (Midori) + Crystal (Programming Language) = Turquoise
Rename .env.example to .env and configure according to your needs.
Load environment variables
source .env
export DATABASE_URLRun Micrate to setup database
bin/micrate create
bin/micrate upRun or build bot and worker
crystal run src/turquoise.cr -- -m 'Ready!' &
crystal run src/worker.crTODO: Write usage instructions here
- Fork it (https://github.com/joseafga/turquoise/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
- José Almeida - creator and maintainer
