Bugfixes
* FEATURE
* Add a history feature. TweetRecord objects store tweet id, tweet text, filename, and some
extra keys (if the caller has them).
* History updated on every send-type call, and saved/loaded from disk.
* send_with_media will save media_ids as well.
* History items will generate and store timestamps.
* Also add a nap function to sleep for some time. Based on delay passed into constructor.
* Caller can call to sleep between send calls.
* DEV
* Just import path from os so we don't have to do os.path one million times.