NAME

WWW::Picnic - Library to access Picnic Supermarket API

VERSION

version 0.001

SYNOPSIS

use WWW::Picnic;

my $picnic = WWW::Picnic->new(
  user => 'user@universe.org',
  pass => 'alohahey',
  country => 'DE',
);

DESCRIPTION

WORK IN PROGRESS

ATTRIBUTES

user

Your login email at Picnic

user

Your password at Picnic

country

2-letter country code of your account

METHODS

get_user

get_cart

clear_cart

get_delivery_slots

TODO

The module gets classes for the results, so if you use this now, please be aware that the results will change.

SUPPORT

IRC

Join irc.perl.org and msg Getty

Repository

https://github.com/Getty/perl-picnic
Pull request and additional contributors are welcome

Issue Tracker

https://github.com/Getty/perl-picnic/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Torsten Raudssus.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.