floowsnaake / Offline_SMS_To_PC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline SMS To PC

🙌

Made with: N|Solid

Build Status

Offline SMS To PC is an attempt to make a program that talks with a phone and a PC by reading its SMS´s and then seding info back to the phone.

Here is a simple flow chart:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading

--> Request

curl --header 'Access-Token: <your_access_token_here>' \
     https://api.pushbullet.com/v2/users/me

<-- Response

  "created": 1381092887.398433,
  "email": "elon@teslamotors.com",
  "email_normalized": "elon@teslamotors.com",
  "iden": "ujpah72o0",
  "image_url": "https://static.pushbullet.com/missing-image/55a7dc-45",
  "max_upload_size": 26214400,
  "modified": 1441054560.741007,
  "name": "Elon Musk"

About


Languages

Language:AutoHotkey 100.0%