collection of bots for tasks automation


Keywords
codebots, bots, deployment, email-sender, slack-bot, ssh, telegram-bot
License
MIT
Install
pip install codebots==0.11.1

Documentation

Codebots

Documentation Status Python package CodeQL

This is a collection of simple bots to help with boring tasks during coding.

Currently supported bots:

  • EmailBot: useful to get an email when a task is complete
  • SlackBot: same thing, but you get a slack message instead.
  • TeleBot: again the same thing, but you get a message on Telegram this time.
  • sshBot: this is different...it will help you with ssh stuff.
  • DeployBot: this bot is in charge of helping you with repository deployments.
  • DriveBot: in case you need to automate the way you talk to your G-Drive.
  • LatexBot: if you are a nerd and you use latex but the ones around you are not.

Full documentation: https://franaudo.github.io/codebots/latest/.

Features

  • Free software: MIT license
  • Easy to use
  • Awesome command line interface
  • Fun (well, for someone...)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.