Giter Club home page Giter Club logo

abdfnx / botway Goto Github PK

View Code? Open in Web Editor NEW
188.0 4.0 10.0 8.3 MB

๐Ÿค– Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack

License: MIT License

Dockerfile 4.13% Go 41.05% TypeScript 47.36% Python 0.57% Ruby 0.75% Rust 1.42% Shell 0.27% PowerShell 0.39% C# 0.39% Dart 0.40% Kotlin 0.31% Nim 0.10% PHP 0.47% C 0.24% C++ 0.16% Swift 0.24% JavaScript 1.31% SCSS 0.39% CSS 0.04%
api bot bot-builder cli discord go golang slack telegram nodejs

botway's Introduction

Howdy ๐Ÿ‘‹

๐Ÿ–ฅ๏ธ Projects

โœจ AI & Bots

  • logx: A Math Project about Logarithms With AI, you can Build Data analytics, you can Create Researches with AI using LogSearch, you can Chat with LogAI, and more โœจ
  • botway: Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack ๐Ÿค–
  • create-botway-bot: Setup a botway bot ๐Ÿ—๏ธ

๐Ÿ–ฅ TUI

  • tran: Securely transfer and send anything between computers with TUI ๐Ÿ–ฅ
  • resto: Send pretty HTTP & API requests with TUI ๐Ÿ”—
  • doko: The docker you know but with TUI ๐Ÿณ
  • instal: Install any binary app from a script URL ๐Ÿ›ฐ๏ธ

๐Ÿ” Secrets management

  • secman: Human-friendly and amazing secrets manager ๐Ÿ‘Š
  • secman core: Backend infrastructure for a password manager products. (forked from scmn-dev/sm-core) ๐Ÿ“ก๏ธ

๐Ÿ“š Packages/Libraries

  • gosh: A Golang library for executing bash & powershell commands easly โŒจ
  • looker: Find app path and print it ๐Ÿ”
  • get-latest: Get the latest repository version ๐Ÿ›ฐ๏ธ

๐Ÿ—๏ธ Check out what I'm currently working on

  • botwayorg/ce - Botway Code Editor (Built on top of Coder) (2 days ago)
  • logx-ai/research-ai - Make your own Academic Research using AI โœจ (1 week ago)
  • abdfnx/botway - ๐Ÿค– Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack (1 month ago)
  • botway-templates/vs-templates - Templates for Botway Visual (6 months ago)
  • botwayorg/get-latest - ๐Ÿ›ฐ๏ธ Get the latest repository version. Written in Deno Fresh (7 months ago)

๐Ÿ”ญ Latest releases I've contributed to

  • zeabur/cli (0.3.3, 1 week ago) - Zeabur's official command line tool
  • botwayorg/get-latest (v0.2.0, 7 months ago) - ๐Ÿ›ฐ๏ธ Get the latest repository version. Written in Deno Fresh
  • botwayorg/templates (v0.1.1, 10 months ago) - ๐ŸŽฒ Botway Templates Handler
  • abdfnx/botway (v0.2.0, 2 years ago) - ๐Ÿค– Generate, build, handle and deploy your own AI Bot with your favorite language, for Discord, or Telegram, or even Slack
  • abdfnx/tran (v0.1.43, 2 years ago) - ๐Ÿ–ฅ Securely transfer and send anything between computers with TUI.

botway's People

Contributors

abdfnx avatar david-tomson avatar dependabot[bot] avatar github-actions[bot] avatar vil02 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

botway's Issues

The Future of Botway

The Future of Botway

Tasks

  • Restructure Botway
  • Build Botway Dash
    • Build Botway Dash API
    • Build Login API
    • Connect with Supabase
    • Build Dashboard page
    • Build Settings page
    • Build bot's Deployments section
    • Finish from bot's Logs section
    • Build Botway Dash Docker Image and Docker Compose File
    • Check user email verification
    • Connect with Zeabur API
    • Add Setup Progress to Dashboard Page
    • Fix logs issue
    • Fix env vars issue
    • Connect with Botway AI
    • Connect with Zeabur OAuth
    • Encrypt API tokens with JWT
  • Update create-botway-bot service
  • Sync Botway Bots Projects with GitHub under user account
  • Finish from Botway CE
  • Finish from Botway AI
  • Update @botwayorg/resources
  • Announce about Botway v3 on X (twitter)
  • Update botway's discussions (docs)
  • Create @botwayorg profile repo
  • Add Bun node.js packages manager choice
  • Update all @botwayorg templates and repos
  • Update dockerfiles
  • Build an eco-system around botway
  • Improve Botway Discord server
  • Update Botway CDN
  • Upgrade and Restructuring Botway CLI
  • Connect Botway CLI with Zeabur

Connect with Railway

Commands with railway

  • deploy command
  • vars command
  • railway sub-command to login command
  • run command

Build botway client packages

Packages to build

  • botway-rs botway rust client package
  • botway.js botway nodejs client package
  • botway.py botway python client package
  • botwaygo botway go client package
  • botwayrb botway ruby client package
  • denobot botway deno client package

Change botway config type file to `json`

when I want to update configs and settings, it's hard to do it with yaml, so I think I'm going to change config file type to json. because it's easy to modify ๐Ÿ‘.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.