Contents Menu Expand Light mode Dark mode Auto light/dark mode
codebots
Light Logo Dark Logo

Contents:

  • Codebots
  • Installation
  • Getting Started
    • Use codebots from the command line
    • set-up sshbot
    • Add a decorator to your code
    • Get notified on slack
    • Get notified on telegram
    • Get notified via email
    • Create a bot to operate on a server using SSH
    • Deploy your code on a server using Git
    • Use DriveBot to upload a document to your Google Drive
    • use latexbot from the command-line
    • Install all you need for latex
    • Connect overleaf and google docs
  • API Reference
    • codebots
      • codebots.bots
        • codebots.bots.emailbot.Sender
        • codebots.bots.emailbot.EmailBot
        • codebots.bots.slackbot.SlackBot
        • codebots.bots.telebot.TeleBot
        • codebots.bots.sshbot.sshBot
        • codebots.bots.deploybot.DeployBot
        • codebots.bots.latexbot.LatexBot
        • codebots.bots.drivebot.DriveBot
      • codebots.cli
      • codebots.utilities
        • codebots.utilities.tokens.set_token_dir
        • codebots.utilities.tokens.reset_token_dir
        • codebots.utilities.tokens.add_token
        • codebots.utilities.message.format_message
        • codebots.utilities.ssh.gen_keypair
        • codebots.utilities.ssh.add_pubkey_to_server
        • codebots.utilities.deploy.configure_local
        • codebots.utilities.os_tools.is_tool
        • codebots.utilities.os_tools.install_msi
        • codebots.utilities.os_tools.install_exe
        • codebots.utilities.os_tools.install_deb
        • codebots.utilities.web_tools.download_file
  • Contributing
  • Credits
  • License
  • CHANGELOG
  • GitHub Repository
Back to top

Welcome to codebots’ documentation!#

Documentation Status Python package CodeQL

Note

This pacakge is a WIP! Expect things to be very different among versions. However, the stable releases will always work and pass all the tests.

If you want to access the latest functionalities, clone the GitHub repo and switch to the develop branch, although it is very likely that things won’t work! :)

Contents:

  • Codebots
  • Installation
  • Getting Started
  • API Reference
  • Contributing
  • Credits
  • License
  • CHANGELOG
  • GitHub Repository

Indices and tables#

  • Index

Next
Codebots
Copyright © 2021, Francesco Ranaudo
Made with Sphinx and @pradyunsg's Furo
Last updated on Aug 17, 2022
Contents
  • Welcome to codebots’ documentation!
    • Indices and tables