ByzantineFailure / PAX_Pinger

Just a stupid little python script to ping twitter and the PAX site to watch for changes.
0 stars 1 forks source link

Todo: Filter out messages with Re: in subject #1

Open thejbw opened 9 years ago

thejbw commented 9 years ago

Stop pinger from spamming with official account replies to tweets.

ByzantineFailure commented 8 years ago

Achievable via filter for presence (!= None) of field in_reply_to_status_id on Tweet object.