Pythonだけで作成できるように変更 インストール pip install pdfminer.six pip install requests pip install beautifulsoup4 プログラム import datetime import os import re import urllib.parse import requests from bs4 import BeautifulSoup from pdfminer.converter import PDFPageAggregator from pdfminer.layo…