Skip to content

🔰 OpenAI API Telegram chat bot. Libs: aiogram3.

Notifications You must be signed in to change notification settings

rostya-codes/openai-api-tgbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Bot

This bot is a template for an easy start of working with the aiogram 3.x and SQLAlchemy 2.x ​​frameworks

Easy start

Just clone the repository:

git clone https://github.com/rlxrd/aiogram_sqla_sample.git

Create and activate your virtual environment:

python -m venv .venv

Windows:

.venv/Scripts/activate

Unix-systems:

source .venv/bin/activate

Install packages:

pip install -r requirements.txt

And start coding!

About

🔰 OpenAI API Telegram chat bot. Libs: aiogram3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages