Skip to content

Fix for major import issue, Improvements on addRule and removeRule parameters

Latest
Compare
Choose a tag to compare
@benjiao benjiao released this 18 Jul 21:37
· 1 commit to master since this release

For addRule and removeRule, quotation mark escape is now done automatically. The following are examples of valid inputs:

gnip.addRule(tag="tag2", value='("TESTFILTER1" OR "TESTFILTER")')
gnip.addRule(tag="tag3", value="(\"TESTFILTER2\" OR \"TESTFILTER3\")")