remind_me_bot

Version, currently main branch1 version
  • main branchlatestNov 27, 2022

github.com/watzon/remind_me_bot

No description declared in shard.yml.

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  remind_me_bot:
    github: watzon/remind_me_bot
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.6.2
License
MIT
Author
your-name-here <your-email-here>
Target
  • remind_me_bot from src/remind_me_bot.cr

Dependencies

Runtime Dependencies

  • dotenv*github: gdotdesign/cr-dotenv
  • tasker~> 2.0.7github: spider-gazelle/tasker
  • sqlite3*github: crystal-lang/crystal-sqlite3
  • mastodon*github: watzon/mastodon.cr, branch: master

README

Remind Me Bot

A Mastodon bot for reminding you to return to a thread at a certain point in time.

Contributing

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