Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zckyachmd/anonim-telegram-chatbot
Anonim Telegram Chatbot. To connect with anyone in the world randomly!
https://github.com/zckyachmd/anonim-telegram-chatbot
anonim-chat bot chatbot docker docker-file javascript nodejs postgresql prisma-orm telegram
Last synced: about 2 months ago
JSON representation
Anonim Telegram Chatbot. To connect with anyone in the world randomly!
- Host: GitHub
- URL: https://github.com/zckyachmd/anonim-telegram-chatbot
- Owner: zckyachmd
- License: mit
- Created: 2023-10-15T11:32:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-01T13:49:41.000Z (9 months ago)
- Last Synced: 2024-05-02T08:58:29.491Z (9 months ago)
- Topics: anonim-chat, bot, chatbot, docker, docker-file, javascript, nodejs, postgresql, prisma-orm, telegram
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Anonim Telegram Chatbot
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.
## Requirements
- [Telegram BOT API](https://core.telegram.org/bots/api)
- [Node.js](https://nodejs.org/en/)
- [Prisma](https://www.prisma.io/)
- [Docker](https://www.docker.com/)## Installation
You can run the application using Docker. Follow the steps below to get started:
1. Clone this repository to your local directory:
```bash
git clone https://github.com/zckyachmd/anonim-telegram-chatbot
```2. Navigate to the repository directory:
```bash
cd anonim-telegram-chatbot
```3. Create a .env file and fill it with the required configurations:
```bash
cp .env.example .env
```4. Configure your .env file with your database credentials and other settings.
5. Build the Docker image (if using Dockerfile):
```bash
docker build -t anonim-telegram-chatbot .
```6. Run the container (if using Dockerfile):
```bash
docker run -d --name anonim-telegram-chatbot anonim-telegram-chatbot
```## Contribution
Contributions are welcome! Feel free to submit pull requests or open issues for any bugs or feature requests.
## License
Copyright © 2024 oleh [Zacky Achmad](https://github.com/zckyachmd). This software is licensed under the [MIT License](LICENSE.md).