Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/borislavv/remote-executer

Simple app for execute shell commands through Telegram client
https://github.com/borislavv/remote-executer

bot clean-architecture golang mongodb shell telegram-bot-api

Last synced: about 16 hours ago
JSON representation

Simple app for execute shell commands through Telegram client

Awesome Lists containing this project

README

        

# Remote executer

**Simple application for use the shell commands through Telegram client.**

**Author**: Glazunov Boris

**Github**: https://github.com/Borislavv
**Gitlab**: https://gitlab.com/Zendden
**HH.ru** : https://chelyabinsk.hh.ru/resume/6a8a9398ff0779ace30039ed1f583959635779
**StackOverflow** : https://ru.stackoverflow.com/users/372277/borislav

**Email**: [email protected] **|**
**Phone**: +7(904)-939-89-83 (Telegram)

# Installation

**Simple start:**
1. **Set up the environment variables:**
- MONGO_URI
- MONGO_DATABASE
- TELEFRAM_USERNAME
- TELEGRAM_ENDPOINT
- TELEGRAM_TOKEN
- POLLING_TIMEOUT
- MONGODB_TIMEOUT
2. **Run the app:**
- cd {projectDir}
- go run cmd/main.go