crcx / paki

Access your Twitter via email.

This URL has Read+Write access

crcx (author)
Thu Nov 05 17:22:40 -0800 2009
commit  79774e90ae8bb62a46ca7747bc8baf99f2159dcf
tree    2bc8e3a601c897b21b1e900ebe619c1868df4d68
parent  3de547b7714a05c8e17d2703b71c1a49a3270a61
paki /
name age message
file LICENSE Loading commit data...
file README
file create.sql
file email_to_twitter.php
file twitter_to_email.php
README
paki
---------------------------------------------------------------
This is a server-side collection of tools that provide access
to Twitter via email.

Requirements:

  - PHP
    - SQLite
    - Curl support
    - Working mail() function
    - IMAP support

Setup:

1) Edit create.sql to set email, twitter details
2) Run:

    sqlite users.db
    .read create.sql
    .quit
3) Set cron to run the twitter_to_email.php on a regular basis

If you want to be able to post tweets:

1) Edit the POP3 details in email_to_twitter.php
2) Set cron to run this file on a regular basis

I hope this proves interesting and perhaps even useful to you.
Thanks for taking a look!

-- crc

---------------------------------------------------------------