fintwit-bot
fintwit-bot copied to clipboard
Use logging instead of prints for debug info
This makes it look a lot more professional than the current approach
warnings for exceptions that are caught
logging.info for prints and logging.warning for exceptions logging.debug for more information than logging.info: for instance to print each tweet it processes and all other relevant steps during debugging
closed with latest commit