DEV Community

Discussion on: 20 Things I Learned in 2020 (Programmer Edition)

Collapse
 
michaelcurrin profile image
Michael Currin

Regarding your Python project on creating a GitHub repo - I have started using a feature in VSCode where you click the push button on a new repo and it will create as a private or public repo on GitHub. You have to sign in on the browser initially I think, but that auth gets reused on subsequent runs.

Regarding crontab and Python, see if my project is useful or interesting to you. I use it to run daily tasks to scrape HTML and store tweets, but without running excessively.

github.com/MichaelCurrin/unicron

Collapse
 
funbeedev profile image
Fum

Thanks, I'm definitely interested and will check it out!