Smart Bot with lots of abilities.
- Python 3.11
- PostgresSQL
- langchain
- OpenAI
- Stripe
- python-telegram-bot
- colorlog
- alembic
- SQLAlchemy
- SQLAlchemy-Mixins
Clone repository
git clone [email protected]:s3m3dov/smartbot.gitUse poetry env
poetry env use python3.11Install dependencies
poetry installRun migrations
python -m alembic upgrade headStart telegram bot
python start_telegram_bot.pyStart API server
python start_api_server.pyStripe Webhook
stripe listen --forward-to localhost:8000/stripe/webhook