Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
from __future__ import print_function
import requests
import re
from datetime import datetime
from bs4 import BeautifulSoup
# open the file
writefile = open('scientific_report_analysis.txt', 'w')