/zookie-monster

A python3 based web crawler that's hungry for cookies.

Primary LanguagePython

Zookie Monster

About

What is Zookie Monster?

Just like a zombified Cookie Monster, it's a crawler that's cookie driven. It crawls in search of cookies. fbcb2c13f9c40f3926ba862727c0d3c7

How to Use

Installation

Install requirements with:

$ python3 -m pip install -r requirements.txt

Run Tests

$ python3 -m pytest tests/

Developing

Dependencies

Typer Used to help structure CLI commandline tool interface. Provides application decorators

Pytest Used to test application development.

Shellingham Used to detect what shell the current Python executable is running in.

Colorama Used to create ANSI escape character sequences (for colored terminal text and cursor positioning)