Changes between Version 41 and Version 42 of BluePrint/SocialMedia
- Timestamp:
- 10/24/12 05:00:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia
v41 v42 88 88 ==== Future Scope ==== 89 89 90 1. Create a cron job, to search tweets periodically and not only at user's request. 91 2. Display twitter icon on map instead of the normal location bubble. 92 3. Work on the pop-up contents. Ideally this would include any photo or video linked in the message (or a URL if it's to a page of text). Actually doing the part within the tweet parsing of following embedded URLs to identify if they're Media would be really useful addition to the parser (there is a commented-out stub). 93 90 94 === Publishing data to Social Media Account === 91 95 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/eden/msg.py#L818) which is used to send emails to users for Saved Searchs - 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.