Code Monkey home page Code Monkey logo

semes's Introduction

Semes

Webservice for sending SMS using gammu as a daemon

Installation instructions

Debian Buster requirements

apt-get install python3-venv python3-dev libgammu-dev
mkdir /opt/semes
cd /opt/semes
python3.7 -m venv env37
. env37/bin/activate
pip install --upgrade pip setuptools

Manually install python-gammu

cd /opt/semes
wget https://files.pythonhosted.org/packages/92/b5/9ac94f164fc3d72a5b92e9623ff986878a5f8e83b4e55362264f225677e4/python-gammu-3.1.tar.gz
tar -zxvf python-gammu-3.1.tar.gz
cd python-gammu-3.1
python ./setup.py install

Install semes and all its requirements

cd /opt/semes
git clone https://github.com/nesiax/semes.git src
cd src
pip install -r requirements.txt
pip install -e .

Run it.

Copy development.ini.example to development.ini and adjust your configuration

pserve --reload development.ini  

See it in action

Point your browser to http://127.0.0.1:6543/semes/ (or similar)

semes's People

Contributors

nesiax avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.