BrianMitchL / weatherBot

⛈ A Twitter bot for weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use pathlib

BrianMitchL opened this issue · comments

This will math file handling more universal from system to system (Windows).

This would cause weatherBot to drop Python 3.3 support. While I don't consider this a major problem, I don't think using pathlib over os.path brings enough to justify this in weatherBot's current state.