A Python Program that Tweets Fetched Data from the icanhazdadjoke.com

1 · Vicente G. Reyes · March 6, 2019, 7:17 a.m.
Cover photo by https://icons8.com/ The purpose of this program was to automate the jokes I have been posting on my facebook account thru twitter. Although I haven't figured out AWS Lambda yet, I believe I'll get there in no time. This program is run thru IDLE, which, according to Wikipedia, is bundled with the Mac OS X Python since 1.5.2b1. We start learning with "Getting started with the Twitter API", then we progress to calling the icanhazdadjoke api throughout the article. In this program...