Skip to content

adammck/socialsms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is an SMS-based group messaging system. Callers can list, create, join groups, and send messages to groups while remaining anonymous. SocialSMS is built on the SmsApplication library, which sends and receives via PyKannel or PyGnokii.

A Fairly Typical Session

<< help
>> join <GROUP>
   leave <GROUP>
   identify <NAME>
   list [my] groups
   list members of <GROUP>
   <GROUP> <MESSAGE>

<< list groups
>> Groups: CHICKS, DUDES, ADULTS, DEVS

<< join dudes
>> You must identify yourself before joining groups

<< identify mudkip
>> Your name is now "MUDKIP"

<< join dudes
>> You have joined the DUDES group

<< list members of dudes
>> Members of DUDES: ADAM, MARK, EVAN, MERRICK, CHRIS, MUDKIP

<< dudes oh wow, all you dudes are receiving my messages
>> Your message was sent to the DUDES group (5 people)

About

Anonymous SMS-based group messaging system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages