aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets/format.py
Commit message (Expand)AuthorAgeFilesLines
* exports.get_one() -> exports.get()Gravatar jesopo2020-03-081-1/+1
* only do to_pretty_time as relative when requestedGravatar jesopo2020-02-241-1/+1
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-301-1/+2
* switch tweets to use utils.datetime.to_pretty_time()Gravatar jesopo2020-01-281-2/+2
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-1/+1
* refactor multi-line-to-line normalisation to utils.parse.line_normalise(), us...•••closes #174 Gravatar jesopo2019-10-101-5/+1
* format multi-line tweets on a single line using things like double spacesGravatar jesopo2019-10-091-2/+9
* only show twitter url when one was not provided initiallyGravatar jesopo2019-10-081-3/+5
* use "extended" tweet mode so long tweets are not truncatedGravatar jesopo2019-07-151-2/+2
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-251-2/+2
* Switch to using tweepy for tweets moduleGravatar jesopo2019-05-271-0/+35