wadimiusz / parsing_bash

This is a homework on requests and BeautifulSoup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a homework on requests and BeautifulSoup.

It extracts quotes from bash.im between two certain dates and puts them into a .txt-file.

To extract quotes between 1 Aug 2018 and 31 Aug 2018 and store them output.txt in the same directory, run:

main.py --date-from 2018-08-01 --date-to 2018-08-31 --output.txt

To learn how to use parameters of main.py, run

main.py --help

About

This is a homework on requests and BeautifulSoup.


Languages

Language:Python 100.0%