tezos-reward-distributor-organization / tezos-reward-distributor

Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
https://tezos-reward-distributor-organization.github.io/tezos-reward-distributor/
GNU General Public License v3.0
87 stars 51 forks source link

Update twitter.py #671

Closed ericlavoie closed 1 year ago

ericlavoie commented 1 year ago

Removed pre 4.54 tweepy compatibility, since requirements include a version older than version 4.5


name: Update to twitter plugin - removed deprecated tweepy code. about: Update the code to use correct API nd deprecated older version test in the code, no need for it, since tyweepy v 4.6+ is installed when updating. labels:


IMPORTANT NOTICE: I read and understood the guidelines for contributions to the TRD. The contribution may qualify for being compensated by the TRD grant if approved by the maintainers.

Work effort: 1h

ericlavoie commented 1 year ago

I am still testing this code, no need to merge yet. Full test will be on next cycle.

ericlavoie commented 1 year ago

I finished testing it, I cleaned up the code, I had originally made a minimal change to make it work, since we require a newer version to run, I removed deprecated tweepy code, left a check just in case of an older version was present.