A basic python script which periodically tweet developers' mistakes and how to avoid them, bad habits, good habits, lessons learned in software development, some motivational programming quotes, advice and tips. How to user the script:
- Create your own twitter app using this link: https://developer.twitter.com/en/apps. Once you created your app, you will get api keys to use your app.
- Open tokens.ini file and put your consumer key, consumer secret, access token key and access secret.
- If you want to tweet different tweets, just modify the tweets list in dalily_developer_tips.py file.
- If you want script to run automatically after your computer rebooted, frist create a bat file that run your python script then create a shortcut which will run the bat file and put this shortcut to system startup folder. You can use this link to get some help: https://www.computerhope.com/issues/ch000322.htm