#Part1
Download scrape.py
To see the output in terminal window
Open terminal and enter
python3 scrape.py |html2text|grep -v ','|sed -r '/^\s*$/d' | sed 's/[//' |sed 's/]//'
Press enter and type the url in next line
To see the output in csv file add '>nameofcsvfile.csv' to the command
For settings see to screenshot
#Part2
Download reading,py
Run in the terminal python3 reading.py
Program will prompt for json file and csv file
Enter their full path when prompted and press enter