Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jul 20, 2024. It is now read-only.
/botwayPublic archive

🤖 Generate, build, handle and deploy your own Bot with your favorite language, for Discord, or Telegram, or even Slack

License

NotificationsYou must be signed in to change notification settings

abdfnx/botway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botway

🤖 Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack

With botway, you can focus on your bot's logic and don't worry about the infrastructure. and we will take care of the rest.

Botway usesRailway andRender to host your bot code and database.

Botway Screenshot

Requirements

Installation ⬇

Using script

  • Shell
curl -sL https://dub.sh/botway| bash
  • PowerShell
irm https://dub.sh/bw-win| iex

then restart your powershell

Homebrew

brew install abdfnx/tap/botway

Scoop

scoop bucket add botway https://github.com/abdfnx/botwayscoop install botway

Usage

  • Initialize~/.botway

    botway init
  • Authenticate with your favorite host service

    # railwaybotway login railway# renderbotway login render
  • Open Botway TUI

    botway
  • Create a new botway project

    botway new<project-name>
  • Manage your bot tokens

    botway tokens<command> [flags]<project-name>
  • Start running your bot

    # Under the project directorybotway start
  • Manage your bot database

    # Under the project directorybotway database<command>
  • Deploy and upload project from the current directory

    # Under the project directorybotway deploy
  • Execute a local command using variables from the active environment

    # Under the project directorybotwayexec<command>

Roadmap

You can see theRoadmap

Keyboard shortcuts

  • Up:Move up
  • Down:Move down
  • Tab:Switch windows
  • Ctrl+O:Open bot project at Host Service
  • Esc:Reset
  • Ctrl+Q:Quit

Technologies Used in Botway

Special thanks ❤

Thanks to@charmbracelet for their awesome TUI libraries 🏗.

Also thanks to@railwayapp and@renderinc for their amazing cloud and host services ☁️.

License

botway is licensed under the terms ofMIT license.

Star History

Star History Chart


[8]ページ先頭

©2009-2025 Movatter.jp