/wikia_census

A perl script to generate a census of all the wikis hosted in wikia. MOVED TO: https://github.com/Grasia/wiki-scripts

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

census

Generate a 'census' or corpus of wikia hosted wikis, based on number of users, editions, pages, etcetera.

Dependencies

  • perl 5
  • Bundle::LWP. In debian and derivatives it's included in the libwww-perl package. Alternatively, It can be installed using CPAN: perl -MCPAN -e 'install Bundle::LWP'
  • Perl JSOn lib. In debian and derivatives it's included in the libjson-perl package, other distros can find it in perl-JSON. Alternatively, It can be installed using CPAN: perl -MCPAN -e 'install JSON'