Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | Misc fixes to make pep8 happy | Magnus Hagander | |
Mostly whitespace fixes, but also some bare-exception fixes. Add a setup.cfg that specifies which pep8 settings we normally run with. | |||
2020-07-11 | Convert tabs to spaces | Magnus Hagander | |
Finally time to clean this repo up | |||
2019-06-28 | Fix unicode and printing for python 3 | Magnus Hagander | |
2019-06-28 | Fix imports for python 3 | Magnus Hagander | |
2019-02-05 | Update twitter sync code to use requests_oauthlib | Magnus Hagander | |
This simplifies the code a lot, and also adds the functionality to not get stuck in a cron-loop when somebody specifies a non-public twitter account as their twitter account. Instead when that happens just remove the twitter account from the feed (storing it in a new field, oldtwitteraccount, just to be on the safe side in case twitter does evil things to us at some point) Code mostly stolen from the pgeu website code. | |||
2013-06-13 | Update to use twitter API v1.1 | Magnus Hagander | |
2013-06-13 | Add more info when JSON return is not in JSON format | Magnus Hagander | |
2012-09-11 | Turn all twitter handles to lowercase when comparing | Magnus Hagander | |
You can't have different users with twitter handles only differing in case anyway. | |||
2010-08-28 | Support cursors when listing subscribers to a list. | Magnus Hagander | |
It seems the twitter api always uses this even though it's supposed to be optional. | |||
2010-08-28 | Make the name of the twitter list configurable. | Magnus Hagander | |
2010-08-28 | The list_subscribers function belongs in TwitterClient | Magnus Hagander | |
2010-08-28 | Refactor the posttotwitter.py script to use TwitterClient. | Magnus Hagander | |
2010-08-28 | Add a script that synchronizes a twitter list with the list of subscribers. | Magnus Hagander | |
In passing, create a TwitterClient base class for use for all communication with twitter. |