pipenv install python-twitter pipenv install html5lib pipenv install beautifulsoup4 pipenv install apscheduler pipenv install requests pipenv run pip freeze > requirements.txt echo "python-3.6.7" > runtime.txt echo "clock: python clock.py" > Procfile git config --global user.name "xxxxx" git config --global user.email "xxxxx@gmail.com" rm -rf .git git init git add . git commit -m "my first commit"

