Changes between Version 62 and Version 63 of BluePrint/SocialMedia
- Timestamp:
- 10/06/13 17:21:12 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia
v62 v63 8 8 * Engaging with the public, encouraging preparedness, providing information. 9 9 * Detecting incidents not directly reported. 10 == Description == 11 <Briefly describe the solution, e.g. start with a user story>[[BR]] 12 <Name existing solutions, e.g. in other applications> 10 11 == Current System == 12 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 14 Install on your own system: 15 * Install Eden 16 * Install the [https://pypi.python.org/pypi/TwitterSearch/ TwitterSearch] library 17 * Follow the [UserGuidelines/Messaging#TwitterSearch User Guidelines] to get a Twitter OAuth account & use this to search 18 19 Relevant documentation: 20 * DeveloperGuidelines/Messaging 21 * DeveloperGuidelines/Messaging/Channels 22 23 Note: Documentation for both end-users & devs could use improvement 24 * feel free to dive in! 13 25 14 26 == Requirements == 27 28 wiki:Blueprint/SocialMedia/Enhancements 29 30 Some other ideas: 15 31 * Create searches/filters of various social media feeds 16 32 * Simple hashtag search … … 110 126 Allow Sahana Eden to be configured to have a Facebook or Twitter account it updates to. Look at the msg_search_subscription_notifications function (https://github.com/flavour/eden/blob/master/modules/s3db/msg.py#L818) which is used to send emails to users for Saved Searches - ideally this could also be used to save search criteria, and then when new records in that search are updated - a FB or Twitter update for the system is updated. 111 127 112 == Design ==113 Some design considerations and requirements for integrating Social Media into emergency operations.114 [http://www.slideshare.net/conniewhite/sahana-eden-gsoc-social-media-integration]115 116 == Implementation ==117 <Leave open for a list of implementation>118 119 128 == References == 120 129 * [http://www.slideshare.net/conniewhite/sahana-eden-gsoc-social-media-integration Designing a Social Media Module for Emergency Management in Sahana Eden]