mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-14 18:42:15 +00:00
Cleanup README and Dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM python:3.9-alpine
|
FROM python:3.9-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install .
|
||||||
ENTRYPOINT python smsbot.py
|
ENTRYPOINT smsbot
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
# SMSBot
|
# SMSBot
|
||||||
|
|
||||||
A simple Telegram bot fo receive SMS messages.
|
A simple Telegram bot to receive SMS messages.
|
||||||
|
|
||||||
Forked from [FiveBoroughs/Twilio2Telegram](https://github.com/FiveBoroughs/Twilio2Telegram).
|
Forked from [FiveBoroughs/Twilio2Telegram](https://github.com/FiveBoroughs/Twilio2Telegram).
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
This simple tool acts as a webhook receiver for the Twilio API, taking messages sent over and posting them on Telegram to a target chat or channel. This is useful for forwarding on 2FA messages, notification text messages for services that don't support international numbers (**cough** Disney, of all people).
|
This simple tool acts as a webhook receiver for the Twilio API, taking messages sent over and posting them on Telegram to a target chat or channel. This is useful for forwarding on 2FA messages, notification text messages for services that don't support international numbers (*cough* Disney, of all people).
|
||||||
|
|
||||||
The bot is designed to run within a Kubernetes environment, but can be operated as a individual container, or as a hand ran service.
|
The bot is designed to run within a Kubernetes environment, but can be operated as a individual container, or as a hand ran service.
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = smsbot
|
name = smsbot
|
||||||
version = 0.0.1
|
version = 0.0.1
|
||||||
description = A simple Telegram bot fo receive SMS messages.
|
description = A simple Telegram bot to receive SMS messages.
|
||||||
long_description = file: README.md, LICENSE
|
long_description = file: README.md, LICENSE
|
||||||
license = MIT
|
license = MIT
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user