Skip to content

PeronGH/tg_rp_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Roleplaying Bot

Deployment

  1. Environment Variables

    • See .env.example for a list of supported environment variables.
    • Create a .env file in the root directory and fill in the variables.
    • Or just pass them as environment variables (especially if you use Deno Deploy).
  2. Deploy using Deno

    • For polling, use the following command:
    deno run -A --unstable polling.ts
    • For webhook, use the following commands:
    deno run -A set_webhook.ts
    deno run -A --unstable server.ts
    • Or you can fork the repository and deploy it on Deno Deploy.

About

Role-playing Telegram Bot; Powered By LLMs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published