Faceless is where you can talk freely. Share messages with your friends and the whole world.
Get the free Android app from Google Play
- Set up a web server with Apache + PHP + MySQL
- Set up a Twilio account and register an SMS-enabled phone number POSTing to the public URL of
Server/htdocs/internal/sms_verify.php
- Rename
Server/config.example.php
toServer/config.php
and replace all occurrences ofREPLACE_THIS_WITH_VALUE
with a proper configuration value for your setup - Set up cron jobs for
htdocs/workers/dispatcher.php
,htdocs/workers/score_updater.php
andhtdocs/workers/cleaner.php
- Rename
Android/src/im/delight/faceless/ConfigExample.java
toAndroid/src/im/delight/faceless/Config.java
and replace all occurrences ofREPLACE_THIS_WITH_VALUE
with a proper configuration value for your setup - Import all dependencies for the Android project
Disclose bugs and vulnerabilities or read more about security.
Copyright (C) 2014 www.delight.im <info@delight.im>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see {http://www.gnu.org/licenses/}.