crcx / paki
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 79774e90ae8bb62a46ca7747bc8baf99f2159dcf
tree 2bc8e3a601c897b21b1e900ebe619c1868df4d68
parent 3de547b7714a05c8e17d2703b71c1a49a3270a61
tree 2bc8e3a601c897b21b1e900ebe619c1868df4d68
parent 3de547b7714a05c8e17d2703b71c1a49a3270a61
paki /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
create.sql | ||
| |
email_to_twitter.php | ||
| |
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
---------------------------------------------------------------

