mirror of
https://github.com/hemna/aprsd-twitter-plugin.git
synced 2026-09-18 10:55:51 -04:00
- Replace tweepy.API (v1.1) with tweepy.Client (v2) in _create_client() - Replace update_status() with create_tweet() in process() - Remove bearer_token config option (not needed for OAuth 1.0a write access) - Add proper error handling for tweepy.errors.Forbidden and TweepyException - Update hashtag URL from github.com to git.hemna.com - Update conf help text to reference developer.x.com Closes #8 Closes #9 Closes #10 Closes #11 Closes #13