Skip to content

This is a homework on requests and BeautifulSoup.

Notifications You must be signed in to change notification settings

wadimiusz/parsing_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages