Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsoky/biocreaterbot
https://github.com/fsoky/biocreaterbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fsoky/biocreaterbot
- Owner: Fsoky
- Created: 2024-01-21T16:29:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T10:40:08.000Z (11 months ago)
- Last Synced: 2024-01-28T13:06:00.454Z (11 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖 BIO Creator BOT 📱
* Python 3.10^
* AIOgram 3.x
* SQLAlchemy (sqlite+aiosqlite)#### Installation
```bash
git clone https://github.com/Fsoky/BIOCreaterBot.git
```
#### Change directory
```bash
cd BIOCreaterBot
```
#### Use [poetry](https://python-poetry.org/docs/) for install dependencies (`pip install poetry`)
```bash
poetry install
```
#### Run
```bash
python src/__main__.py
```> [!TIP]
> Make sure you modify the .env file before running this script!