https://github.com/saurabh254/smasher
SMS verification emulation on termux
https://github.com/saurabh254/smasher
fastapi redis termux termux-tool
Last synced: about 1 month ago
JSON representation
SMS verification emulation on termux
- Host: GitHub
- URL: https://github.com/saurabh254/smasher
- Owner: Saurabh254
- Created: 2024-02-20T17:08:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T14:01:45.000Z (over 2 years ago)
- Last Synced: 2024-04-24T20:34:29.441Z (about 2 years ago)
- Topics: fastapi, redis, termux, termux-tool
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMSHER
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Contributing](../CONTRIBUTING.md)
SMSHER is multipurpose messaging service emulation in termux. It used backend service as redis and termux-api.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
### Prerequisites
Install python on your system. For Arch based distro
```
pkg upgrade; pkg install python
```
setup redis and start the redis server
```
pkg install redis-server
```
### Installing and Deployment
A step by step series of examples that tell you how to get a development env running.
setting up the virtual environment
```
python -m venv virt
```
activate your virtual venv
```
source virt/bin/activate
```
activate your virtual venv
```
pip install -r requirements.txt
```
start the server
```
uvicorn app.main:app
```
go to the [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)