The Anonim Telegram Chatbot operates within the Telegram platform, facilitating anonymous connections between users without the need for sharing personal information. Users can engage in random and confidential interactions while maintaining their privacy, enabling seamless connections with others without revealing their identity.
You can run the application using Docker. Follow the steps below to get started:
- Clone this repository to your local directory:
git clone https://github.com/zckyachmd/anonim-telegram-chatbot
- Navigate to the repository directory:
cd anonim-telegram-chatbot
- Create a .env file and fill it with the required configurations:
cp .env.example .env
- Configure your .env file with your database credentials and other settings.
- Build the Docker image (if using Dockerfile):
docker build -t anonim-telegram-chatbot .
- Run the container (if using Dockerfile):
docker run -d --name anonim-telegram-chatbot anonim-telegram-chatbot
Contributions are welcome! Feel free to submit pull requests or open issues for any bugs or feature requests.
Copyright © 2024 oleh Zacky Achmad. This software is licensed under the MIT License.