summaryrefslogtreecommitdiff
path: root/postgresqleu/util/messaging/twitter.py
AgeCommit message (Expand)Author
2024-05-16Add ability for social media providers to specify help for fieldsMagnus Hagander
2024-05-16Make it possible to filter social media fields per sourceMagnus Hagander
2023-12-12Apparently, media ids are stringsMagnus Hagander
2023-12-12Pass media list as array to twitter instead of an idMagnus Hagander
2023-12-12Attempt to update twitter media posting to api v2Magnus Hagander
2023-10-16Teach social media posting to differentiate contents to providersMagnus Hagander
2023-06-15Include full response in error messages when posting to twitterMagnus Hagander
2023-06-15Status code for new tweets is now 201Magnus Hagander
2023-06-15Disable all twitter paths that require the paid API levelsMagnus Hagander
2023-06-15Update twitter posting to use v2 APIMagnus Hagander
2023-06-15Fix crash in error reportingMagnus Hagander
2023-06-15Explicitly pass callback_uri=oob to twitter oauth setupMagnus Hagander
2023-02-24Fix incorrect array dereferencingMagnus Hagander
2023-02-24Fix missing variable assignmentMagnus Hagander
2023-02-24Add missing importMagnus Hagander
2023-02-24Retry with truncated text if twitter posts are too longMagnus Hagander
2023-02-23Set explicit timeout on messaging api callsMagnus Hagander
2023-02-02Minor fixes for message registrationMagnus Hagander
2023-02-02Centralize registration of messaging accounts to registrationsMagnus Hagander
2023-01-17Consistently return None, not False, when failing to post messageMagnus Hagander
2023-01-16Extend the news json feed to also include social media postsMagnus Hagander
2022-09-07Don't include self-retweets as incoming tweetsMagnus Hagander
2020-07-13Remove unused importsMagnus Hagander
2020-05-20Handle quoted statuses without full_textMagnus Hagander
2020-05-20Refresh accountid and not just screenname in twitter config refreshMagnus Hagander
2020-05-20Log the full message in errors for twitter create eventsMagnus Hagander
2020-05-20Add logging for failures in incoming twitter webhooksMagnus Hagander
2020-05-18Properly pick up environment from cache when validating twitterMagnus Hagander
2020-05-18Fix saving of messaging providers with no webhooks configuredMagnus Hagander
2020-05-18Complete overhaul of social media integrationsMagnus Hagander
2020-01-08Style and minor fixes pointed out by newer version of pep8Magnus Hagander
2019-10-11Add supports for retweets and incoming mediaMagnus Hagander
2019-10-11Implement incoming tweet polling in the trivial twitter clientMagnus Hagander
2019-08-21Major overhaul of Twitter integrationMagnus Hagander
2019-01-04Switch to new style try/except handlingMagnus Hagander
2018-12-14not x in y --> x not in yMagnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Fix spaces before/after comma and colonMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-10-29Ignore "not following" errors in twitter DMsMagnus Hagander
2018-10-15Add direct message support to twitter integrationMagnus Hagander
2018-10-15Refactor twitter codeMagnus Hagander