-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
22 lines (21 loc) · 1.03 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Buzz Chat Bot
============
Register the app so that people don't have to trust anonymous
When someone adds the bot to their roster, send them a link to the app's website so that they can do the oauth dance
Verify that phrase search works and add tests for it
Update the PRD - describing this bot
Work out how to handle location-based Track and complex searches. Perhaps using the web interface?
Use Bob Wyman's trick where /track initially does a /search and gives you the first 10 results to verify that it's worked
File a bug for language indexing in search
File a bug for search by actor.id
Allow untrack to accept a search term as well as an id
Allow for a stopword list -- useful for popular terms
Implement a 'pause' command which stops sending you messages until you issue a 'resume' command
Add the following commands
follow @[email protected]
unfollow @[email protected]
follow profiles.google.com/userid
unfollow profiles.google.com/userid
get @[email protected]
get profiles.google.com/userid
search "phrase containing more than one search term"