gugod / Social
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
Social /
| name | age | message | |
|---|---|---|---|
| |
README.mkdn | Thu Nov 26 23:02:16 -0800 2009 | |
| |
bin/ | Fri Dec 04 17:44:34 -0800 2009 | |
| |
config/ | Tue Nov 24 22:12:44 -0800 2009 | |
| |
lib/ | Fri Dec 04 17:43:09 -0800 2009 | |
| |
social | Sat Nov 14 07:32:20 -0800 2009 | |
| |
static/ | Fri Dec 04 17:44:34 -0800 2009 | |
| |
templates/ | Fri Dec 04 17:44:34 -0800 2009 |
README.mkdn
Social
Installing
Social is implemented with Perl, you do not need to install itself to get it working, but it requires following CPAN modules to be installed:
- Encode
- YAML
- AnyEvent::IRC
- FindBin
- HTML::Entities
- Plack
- Plack::Request
- Tatsumaki
- AnyEvent::Twitter
- AnyEvent::Plurk
- RTPG
- AnyEvent::RTPG
Running It
At this point, you do not install the Social itself in order to run it. Just cd into the source tree and execute the "social" program.
You need to provide a path to your config file like this:
./social -c /path/to/config.yml
See config/social.yml for the example and description of the configrable content.
