# Answer to Marc's question about how our moblog works

- Author: Joichi Ito
- Date: 2003-01-09T15:54:03Z


Marc CanterI'd like to ask Joi to tell us all, how his moblogging implementation works.  What is the mechanism of getting that photo from the phone, to the PC and then into a blog.  I know you use Moveable Type. Do you send the photo as an email attachment or some other form?  Do you completely bipass the 'mobile carriers' or simply pay for he usage/bandwidth time?  If your scenario is other than email, then what routing, access or commercial gateways do you have to navigate through - to get data onto the net?We use email. Email is received and processed by a Python script. The script stores the attached jpg image in a directory and renames it with a unique name. It then posts the entry to MT using the MetaWeblog API to create an entry with the subject of the email as the title and puts the body of the email and an img src link to the jpg in the entry wrapped in div tags. Pretty simple. It would be easier if someone added more image handling in the API. Take a look at the Python script for more details.

We pay the carrier for the transmission of the email. Wish it were flat fee, but it's by the packet. Need to find a less "intelligent" network.





---

#### Categories

Blogging about Blogging
