Last active
February 26, 2022 03:38
-
-
Save rbxbx/84896bd8d38a59f43afe6a0cde704079 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"slug": "testapp1-1470245742996", | |
"name": "testApp1", | |
"preferences": { | |
"categories": [{ | |
"id": "0", | |
"name": "Likes", | |
"matches": ["(.*) liked your photo"], | |
"example": "Barry liked your photo" | |
}, { | |
"id": "1", | |
"name": "New Users", | |
"matches": [], | |
"example": "Your Facebook friend Barry Jones is on Instagram as barry_jones." | |
}, { | |
"id": "2", | |
"name": "Breaking", | |
"matches": ["Breaking: (.*)"], | |
"example": "Breaking: The end of the world has arrived" | |
}, { | |
"id": "3", | |
"name": "Taco Deals!", | |
"matches": ["(.*) (t|T)aco$ (.*)"], | |
"example": "Come and get these taco$ for cheap" | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment