default: run

run:
	pipenv run python3 main.py | tee output.txt

other:
	pipenv run python3 hnblogs.py | tee output.txt
