This bot is used to send messages to users or channels from webhooks.
How to use our installation of the bot you can read here
You can run the bot locally or deploy it to your server.
Just follow the instructions below.
- Create a bot in Telegram and get a token. You can read more about it here.
- Clone this repository.
- Add your bot token, image name and tag to the .env file.
- Build the image
docker build -f deploy/Dockerfile -t webhook-bot:latest .
- Run the containers
docker-compose -f deploy/docker-compose.yml -p webhook-bot up -d
Contributions are welcome! If you find a bug or have a feature request, please open an issue on the issue tracker.
If you want to contribute code, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and write tests if necessary.
- Run the tests and make sure they pass.
- Commit your changes and push them to your fork.
- Open a pull request to the
main
branch of the original repository.
We will review your changes and merge them if they meet our quality standards. Thank you for contributing!
Distributed under the Apache-2.0 License. See LICENSE for more information.