Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kourva/craiyonbot
CraiyonBot is a Telegram bot which generates images useing Craiyon
https://github.com/kourva/craiyonbot
ai craiyon image-generator py-telegram-bot-api python python3 telegram-bot
Last synced: about 2 months ago
JSON representation
CraiyonBot is a Telegram bot which generates images useing Craiyon
- Host: GitHub
- URL: https://github.com/kourva/craiyonbot
- Owner: Kourva
- License: mit
- Created: 2023-02-15T15:48:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T15:06:41.000Z (4 months ago)
- Last Synced: 2024-10-15T06:36:37.524Z (2 months ago)
- Topics: ai, craiyon, image-generator, py-telegram-bot-api, python, python3, telegram-bot
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CraiyonBot
CraiyonBot is a Telegram bot which generates images useing Craiyon.
# Installation
+ clone
```bash
git clone https://github.com/Kourva/CraiyonBot
```
+ requirements
```bash
pip install -r requirements
```
+ run
```bash
python main.py
```# Config
###### You need to open **token.env** file and put your Token inside the file.
###### You can get one from [Bot father](https://t.me/botfather).
```python
bot_token=your-bot-token-here
```# Note
###### This bot has lock option. that means only one person can use generator at same time.
###### Generating images can take up to 1-2 minutes.
###### Sending images can take up to 1 minute.# Thanks
###### Start the bot and enjoy - Don't forget to star :)