Notable changes
* Twitter:
* Support ISO 8601 formatted created_at timestamps, which the [archive download uses](https://help.twitter.com/en/managing-your-account/how-to-download-your-twitter-archive), as well as RFC 2822 from the API.
* `create()` and `preview_create()`: support RSVPs. Tweet them as normal tweets with the RSVP content. ([snarfed/bridgy818](https://github.com/snarfed/bridgy/issues/818))
* `create()` and `preview_create()`: support alt text for images, via AS1 `displayName`. ([snarfed/bridgy756](https://github.com/snarfed/bridgy/issues/756)).
* Instagram:
* Add global rate limiting lock for scraping. If a scraping HTTP request gets a 429 or 503 response, we refuse to make more requests for 5m, and instead short circuit and return the same error. This can be overridden with a new `ignore_rate_limit` kwarg to `get_activities()`.
* GitHub:
* Add `tag` support to `create`/`preview_create` to add label(s) to existing issues ([snarfed/bridgy811](https://github.com/snarfed/bridgy/issues/811)).
* Escape HTML characters (`<`, `>`, and `&`) in content in `create()` and `preview_create()` ([snarfed/bridgy810](https://github.com/snarfed/bridgy/issues/810)).
* `get_activities()` and `get_comment()` now return `ValueError` instead of `AssertionError` on malformed `activity_id` and `comment_id` args, respectively.
* `get_activities()` bug fix for issues/PRs with no body text.
* Switch from GraphQL to REST API for creating comments and reactions, since GraphQL hits authorization errors on many org repos. ([snarfed/bridgy824](https://github.com/snarfed/bridgy/issues/824))
* Improve GraphQL support for comments and users.
* Atom:
* Shorten and ellipsize feed title when necessary ([144](https://github.com/snarfed/granary/issues/144)).
* microformats2:
* Upgrade mf2py to improve a few things like [implied p-name detection](http://microformats.org/wiki/microformats2-implied-properties) and whitespace handling ([#142](https://github.com/snarfed/granary/issues/142), fixes [#145](https://github.com/snarfed/granary/issues/145), [snarfed/bridgy#756](https://github.com/snarfed/bridgy/issues/756), [snarfed/bridgy#828](https://github.com/snarfed/bridgy/issues/828)).
* Support `alt` attribute in `<img>` tags ([snarfed/bridgy756](https://github.com/snarfed/bridgy/issues/756)).