Skip to content

onstash/PyCyanide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyCyanide

What is this?

A simple script to download comics from Cyanide and Happiness.

How does this work?

It uses requests and lxml to download comics from Cyanide and Happiness.

How do I use this?

  1. Clone the repo

    git clone git@github.com:thesantosh/pycyanide.git
    cd PyCyanide
    
  2. Install Pipenv

    pip install pipenv
    
  3. Install required packages

    pipenv --two
    pipenv install
    
  4. Run pipenv shell

    pipenv shell
    
  5. Run the script

    python pycyanide.py
    

    or

    python pycyanide.py --start 1613 --end 1512
    

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages