Changes between Version 63 and Version 64 of BluePrint/SocialMedia
- Timestamp:
- 10/06/13 17:24:40 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia
v63 v64 9 9 * Detecting incidents not directly reported. 10 10 11 == Current System == 11 == Current Implementation == 12 Best to start by seeing how the current system works. 13 12 14 For ease of getting a large dataset to play with, suggest using Twitter to start off with, although the same system can be used for other message channels, like Email, SMS & RSS. 13 15 … … 16 18 * Install the [https://pypi.python.org/pypi/TwitterSearch/ TwitterSearch] library 17 19 * Follow the [UserGuidelines/Messaging#TwitterSearch User Guidelines] to get a Twitter OAuth account & use this to search 18 19 Relevant documentation:20 * DeveloperGuidelines/Messaging21 * DeveloperGuidelines/Messaging/Channels22 23 Note: Documentation for both end-users & devs could use improvement24 * feel free to dive in!25 26 20 == Requirements == 27 21