Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebots-dev/codebots
collection on bots for code automation tasks
https://github.com/codebots-dev/codebots
bots deployment email-sender google-drive-uploader latex overleaf slack-bot ssh telegram-bot
Last synced: 16 days ago
JSON representation
collection on bots for code automation tasks
- Host: GitHub
- URL: https://github.com/codebots-dev/codebots
- Owner: codebots-dev
- License: mit
- Created: 2021-03-25T22:10:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T08:29:33.000Z (about 2 years ago)
- Last Synced: 2025-01-02T05:52:29.773Z (23 days ago)
- Topics: bots, deployment, email-sender, google-drive-uploader, latex, overleaf, slack-bot, ssh, telegram-bot
- Language: Python
- Homepage: https://codebots-dev.github.io/codebots/latest
- Size: 6.03 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
========
Codebots
========.. image:: https://github.com/franaudo/codebots/actions/workflows/docs.yml/badge.svg
:target: https://github.com/franaudo/codebots/actions/workflows/docs.yml
:alt: Documentation Status.. image:: https://github.com/franaudo/codebots/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/franaudo/codebots/actions/workflows/python-package.yml
:alt: Python package.. image:: https://github.com/franaudo/codebots/actions/workflows/codeql-analysis.yml/badge.svg
:target: https://github.com/franaudo/codebots/actions/workflows/codeql-analysis.yml
:alt: CodeQL.. image:: https://zenodo.org/badge/351589325.svg
:target: https://zenodo.org/badge/latestdoi/351589325This is a collection of simple bots to help with boring tasks during coding.
Currently supported bots:
* :code:`EmailBot`: useful to get an email when a task is complete
* :code:`SlackBot`: same thing, but you get a slack message instead.
* :code:`TeleBot`: again the same thing, but you get a message on Telegram this time.
* :code:`sshBot`: this is different...it will help you with ssh stuff.
* :code:`DeployBot`: this bot is in charge of helping you with repository deployments.
* :code:`DriveBot`: in case you need to automate the way you talk to your G-Drive.
* :code:`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.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage