https://github.com/sphericalkat/deezbot
A fun telegram bot for the groups I administer
https://github.com/sphericalkat/deezbot
Last synced: about 1 year ago
JSON representation
A fun telegram bot for the groups I administer
- Host: GitHub
- URL: https://github.com/sphericalkat/deezbot
- Owner: SphericalKat
- Created: 2024-05-25T08:11:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T18:36:39.000Z (over 1 year ago)
- Last Synced: 2024-11-06T19:36:31.108Z (over 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deezbot
A simple telegram bot that uses NLP to decide which messages to reply to with ` deez`.
## Getting started
There's a few ways to get the bot up and running. The easiest way is to use the docker image provided in the repository. If you want to run the bot locally, you can follow the [instructions](#local-setup).
### Docker
A docker image is provided in the repository. To run the bot using docker, follow the steps below:
```
docker run -e BOT_TOKEN= ghcr.io/sphericalkat/deezbot:main
```
### Local setup
1. Clone the repository
2. Install the requirements
```
pip install -r requirements.txt
```
3. Create a `.env` file with the following content:
```
BOT_TOKEN=
```
A sample `.env` file is provided in the repository. 4. Run the bot
```
python3 bot.py
```