Initial commit
[webservice-vichan.git] / README
CommitLineData
b1833b67
MG
1WebService-Vichan version 0.001
2===============================
3An api client for 4chan.org and imageboards that use vichan
4(such as 8ch.net).
5
6INSTALLATION
7
8To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19* Hash::Inflator
20* JSON::MaybeXS
21
22plus the HTTP::Tiny SSL dependencies:
23
24* IO::Socket::SSL
25* Mozilla::CA
26* Net::SSLeay
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2017 by Marius Gavrilescu
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself, either Perl version 5.24.3 or,
34at your option, any later version of Perl 5 you may have available.
35
36
This page took 0.010011 seconds and 4 git commands to generate.