Skip to content

Releases: tesaguri/pipitor

Version 0.2.0

19 Aug 14:47
v0.2.0
f595435
Compare
Choose a tag to compare
  • 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 and manifest::Twitter
  • crate::twitter is removed

Version 0.1.5

05 Jul 21:08
v0.1.5
81a8698
Compare
Choose a tag to compare
  • Add pipitor ctl subcommand

Version 0.1.4

31 May 05:46
v0.1.4
a8731a2
Compare
Choose a tag to compare
  • 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

21 May 13:29
v0.1.3
1cf0ca2
Compare
Choose a tag to compare
  • Fixed issues in --twitter-dump option

v0.1.2: Version 0.1.2

19 May 20:57
v0.1.2
4e0101a
Compare
Choose a tag to compare
- 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)