Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 463 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 463 Bytes

Curses_crt.sh

Console app that allows to scrape crt.sh.

Required libraries

  • requests
  • BeautifulSoup4
  • curses / windows-curses

How to install

Windows

$ python3 -m pip install -r requirements_windows.txt

Linux

$ python3 -m pip install -r requirements_linux.txt

How to run

$ python3 main.py
And than write url

image