Releases: tesaguri/pipitor
Releases · tesaguri/pipitor
Version 0.2.0
- Add
rule.exclude
filter to the config - Add an option to skip Tweets with exactly same content as previously Retweeted one
- Filters now matches against expanded (instead of shortended) URLs in Tweets
twitter.client
in the config is now separated into another file,credentials.toml
Library
- You can no longer exclusively match on
Manifest
andmanifest::Twitter
crate::twitter
is removed
Version 0.1.5
- Add
pipitor ctl
subcommand
Version 0.1.4
pipitor twitter-list-sync
now ignores protected accounts instead of returning an error- Pipitor now polls Twitter's List API as well as Streaming API, which may improve latency of Retweeting
Version 0.1.3
- Fixed issues in
--twitter-dump
option
v0.1.2: Version 0.1.2
- Automatically recover from an error (14fb8c401eb0e092cd6ad935a197ce113a7cbdc6) - Add `openssl-vendored` and `sqlite-bundled` Cargo features to compile with bundled versions of C library (0ba22f9f2163ca642a3ad7ff4338269201fc9e29) - Avoid running multiple instances of the bot in same directory by file lock (96a3aecc6db885965a95a3dc11ce90387c0161b1) - Gracefully shutdown when receiving signals (0f5667075cdbf2253d633b71b82b1946f70dda61) - The bot now ignores Tweets in reply to accounts it is not subscribing to (1c33853be4ca65ed41a0dfb7ea6a14957e75d023) - Handle "extended" Tweet objects properly (d9ce6b96bf88415c44b4eae22b6b0d5f43cf61a3) - Add an option to dump the content of Twitter Streaming API to a file (1a06de4b88da3b9ebd9963d0b5327e9cad152c1f)