Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/optimalstrategy/sms_forwarder_bot
https://github.com/optimalstrategy/sms_forwarder_bot
django telegram telegram-bot
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/optimalstrategy/sms_forwarder_bot
- Owner: optimalstrategy
- License: mit
- Created: 2018-11-06T01:38:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T17:43:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T07:46:30.750Z (over 1 year ago)
- Topics: django, telegram, telegram-bot
- Language: Python
- Size: 213 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMS forwarder bot
A bot/broker that forwards SMS messages to telegram. Designed to work with the [app](https://github.com/OptimalStrategy/sms_forwarder_app).
The deployed bot is running at https://forwarder.whatever.team and is accessible via https://t.me/smsforwarderrobot.## Development
1. Clone the repostiory
2. Add your telegram token to configs/development.env
3. Run docker-compose:
```bash
# docker-compose -f docker-compose-dev.yml up
```
The container will be exposed at localhost:6336.## Production
1. Clone the repository
2. Fill in the missing ENV variables in configs/production.env
3. Set up an HTTPS proxy or put your certificate file in the project directory (Webhooks require HTTPS to work)
4. Run docker-compose in production mode:
```bash
# docker-compose up
```
Th econtainer will be exposed at localhost:6336.## TODO
- copy-paste deployment