Git Product home page Git Product logo

google-cookies-dump's Introduction

๐Ÿช Google Cookie Jar Dumper ๐Ÿช

Dumps your beloved Google cookies in a legacy cookie jar file format.

This file can be used with cURL or wget to authorize your HTTP calls like the following one:

curl -b cookies.txt https://maps.google.com/locationhistory/b/0/kml?startTime=1438380000000&endTime=1439108213113

Installation

Method 1 Install directly from pip:

pip install --upgrade https://github.com/proudlygeek/google-cookies-dump/tarball/master

And then run from CLI with:

google-cookies

Method 2 If you don't want to mess up with pip just clone the repo:

git clone https://github.com/proudlygeek/google-cookies-dump.git && cd google-cookies-dump

And execute the command with:

python -m google_cookies

Usage

Usage:
    google-cookies --email=<email> --password=<password> [--cookie_name=<cookie_name>]
    google-cookies -h | --help
    google-cookies --version

Options:
    -h --help                   Shows this screen.
    --version                   Show version.
    --email=EMAIL               Google account's name (e.g. [email protected])
    --password=PASSWORD         Google account's password
    --cookie_name=COOKIE_NAME   Output cookie file [default: cookiejar]

License

MIT

google-cookies-dump's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.