https://github.com/blbrdv/simplequotebot
A simple TG quote bot for generating quote screenshots from forwarded to private chat messages.
https://github.com/blbrdv/simplequotebot
bot telegram telegram-bot
Last synced: 11 months ago
JSON representation
A simple TG quote bot for generating quote screenshots from forwarded to private chat messages.
- Host: GitHub
- URL: https://github.com/blbrdv/simplequotebot
- Owner: blbrdv
- Created: 2024-01-06T14:14:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T11:24:16.000Z (about 2 years ago)
- Last Synced: 2024-05-12T09:44:03.354Z (about 2 years ago)
- Topics: bot, telegram, telegram-bot
- Language: Python
- Homepage: https://t.me/SimpleQuoteBot
- Size: 10.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSES/LICENSE
Awesome Lists containing this project
README
# SimpleQuoteBot

A simple TG quote bot for generating quote screenshots from forwarded to private chat messages.
## Features:
- Authentic rendering messages
- text
- images
- stickers
- rest in WIP
- Themes
- Anonymous mode
- Docker support
### Limitations:
1. No avatars for private profiles
## Usage
1. Forward messages to private chat with bot.
2. Reply `/q ` command on first message.
3. ???
4. Profit!
### Params
- `dark` - dark theme;
- `anon` - hide avatars and names.
### Examples
`/q`

`/q dark anon`

## Develop
### Requirements:
- Chrome
- Python 3
- pip
- black
- env `BOT_TOKEN` - telegram bot token from Bot Father
### Or work with docker
1. Rename `.env.example` to `.env`
2. Put values to this file
3. Run `docker compose up -d`
## License
Project licensed under [MIT License](/LICENSES/LICENSE).
For third party elements see [LICENSES](/LICENSES)