Changes between Version 62 and Version 63 of BluePrint/SocialMedia


Ignore:
Timestamp:
10/06/13 17:21:12 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia

    v62 v63  
    88 * Engaging with the public, encouraging preparedness, providing information.
    99 * 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 ==
     12For 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
     14Install 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
     19Relevant documentation:
     20* DeveloperGuidelines/Messaging
     21* DeveloperGuidelines/Messaging/Channels
     22
     23Note: Documentation for both end-users & devs could use improvement
     24* feel free to dive in!
    1325
    1426== Requirements ==
     27
     28wiki:Blueprint/SocialMedia/Enhancements
     29
     30Some other ideas:
    1531 * Create searches/filters of various social media feeds
    1632 * Simple hashtag search
     
    110126Allow 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.
    111127
    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 
    119128== References ==
    120129* [http://www.slideshare.net/conniewhite/sahana-eden-gsoc-social-media-integration Designing a Social Media Module for Emergency Management in Sahana Eden]