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

codebots#

Package to ease boring procedures with the help of a collection of bots.

  • codebots.bots
    • Email
    • Slack
    • Telegram
    • SSH
    • Deployment
    • Latex
    • Google Drive
  • codebots.cli
  • codebots.utilities
    • tokens
    • message
    • ssh
    • deploy
    • OS tools
    • Web tools
Next
codebots.bots
Previous
API Reference
Copyright © 2021, Francesco Ranaudo
Made with Sphinx and @pradyunsg's Furo
Last updated on Aug 17, 2022