https://github.com/jacoby/ppm_dms
Send and receive Twitter Direct Messages
https://github.com/jacoby/ppm_dms
Last synced: 6 months ago
JSON representation
Send and receive Twitter Direct Messages
- Host: GitHub
- URL: https://github.com/jacoby/ppm_dms
- Owner: jacoby
- Created: 2012-03-06T17:34:31.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-06T17:42:11.000Z (over 14 years ago)
- Last Synced: 2025-01-19T17:37:56.508Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a tool to allow multiple users to add tweets to one twitter
account using direct messages.
read_twitter_dms.pl checks the direct messages to a given
twitter account. If those tweets are from a given twitter
user, it then saves those DMs to a database. This action
is set at a regular interval, via something like crontab.
write_twitter_dms.pl takes the oldest unread tweet from
the database, marks it read, then tweets it. This allows
you to fill the database at your convenience, then tweet
at regular intervals when you want them to. This is also
done via crontab.