-
-
18 Feb 2022 03:27:17 UTC
- Distribution: Mojo-UserAgent-CookieJar-ChromeMacOS
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (333 / 0 / 1)
- Kwalitee
Bus factor: 1- 30.71% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (10.6KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Mojo::UserAgent::CookieJar::ChromeMacOS - readonly Chrome(MacOSx) cookies for Mojo::UserAgent
SYNOPSIS
use Mojo::UserAgent; use Mojo::UserAgent::CookieJar::ChromeMacOS; my $ua = Mojo::UserAgent->new; $ua->cookie_jar(Mojo::UserAgent::CookieJar::ChromeMacOS->new); # For Linux Mojo::UserAgent::CookieJar::ChromeMacOS->new( file => '~/.config/google-chrome/Default/Cookies', pass => 'peanuts', # hardcode for Linux );
DESCRIPTION
Mojo::UserAgent::CookieJar::ChromeMacOS tries to read the cookie from Chrome on MacOSx.
it would be useful when you need handle tricky logins or captchas.
AUTHOR
Fayland Lam <fayland@gmail.com>
COPYRIGHT
Copyright 2016- Fayland Lam
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Module Install Instructions
To install Mojo::UserAgent::CookieJar::ChromeMacOS, copy and paste the appropriate command in to your terminal.
cpanm Mojo::UserAgent::CookieJar::ChromeMacOS
perl -MCPAN -e shell install Mojo::UserAgent::CookieJar::ChromeMacOS
For more information on module installation, please visit the detailed CPAN module installation guide.