Ability to login to Ward Website via Windows application

Some discussions just don't fit into a well defined box. Use this forum to discuss general topics and issues revolving around the Church and the technology offerings we use and share.
perkley-p40
New Member
Posts: 4
Joined: Thu Aug 26, 2010 9:11 am
Location: Rexburg, ID, USA

Ability to login to Ward Website via Windows application

#1

Post by perkley-p40 »

First off, I am new to this forum and I hope that I have posted in the correct place. Also, if an answer already exists, I am sorry for reposting, I couldn't find anything in the search.

I am currently called as a ward missionary. We live in a ward where we have a lot of apartments, in the which we have about 5 different wards that have the same apartments. We have three different University married student wards, 1 singles ward, and our home ward. Our ward is in charge of the apartments, and therefore it is critical that we keep an up to date list of all those in the apartments that are in other wards so that we can know who we need to go and visit and find out more about them.

So, I am a software developer and would like to write an application that logs into the ward website and pulls out all the names and addresses so I can do some comparisons on people moving out and in, etc. I realize that the ward clerk could get me this information, but I would like to automate the system for myself.

I noticed that you have a mobile API that can allow you to login and extract data, but is their a way that I can just submit certain information through a browser windows component and get the data?
perkley-p40
New Member
Posts: 4
Joined: Thu Aug 26, 2010 9:11 am
Location: Rexburg, ID, USA

#2

Post by perkley-p40 »

I realized after writing my question that I won't have access to the University Ward's Directories because they are not in our stake. But at least I could automate 2 of the wards, ours and the singles ward.

If anyone knows of an option of being able to look at another's stake's directories (like being given permission from our Stake Leaders or something), that would be the best, but that probably is not available.
User avatar
aebrown
Community Administrator
Posts: 15153
Joined: Tue Nov 27, 2007 8:48 pm
Location: Draper, Utah

#3

Post by aebrown »

perkley wrote:I realized after writing my question that I won't have access to the University Ward's Directories because they are not in our stake. But at least I could automate 2 of the wards, ours and the singles ward.

If anyone knows of an option of being able to look at another's stake's directories (like being given permission from our Stake Leaders or something), that would be the best, but that probably is not available.
For the current ward and stake websites, this capability does indeed exist. It's called a "Non-resident member" and you can learn how to do this on the wiki at Adding nonresident members to the Web site.

Note, however, that new websites are coming (see many threads, such as Beta Directory Issues), so I don't know just how long the current websites will be supported. That may affect your motivation to write an app that depends entirely on the current structure (the new sites are 100% different).
Questions that can benefit the larger community should be asked in a public forum, not a private message.
kisaac
Community Moderators
Posts: 1184
Joined: Sun Oct 21, 2007 6:04 am
Location: Utah, united states

Get your own ward at new beta directory

#4

Post by kisaac »

perkley wrote:First off, I am new to this forum and I hope that I have posted in the correct place.
Welcome! Yes, its the right place for your questions. Not me, but some smart people are here!
perkley wrote: So, I am a software developer and would like to write an application that logs into the ward website and pulls out all the names and addresses so I can do some comparisons on people moving out and in, etc.

...their a way that I can just submit certain information through a browser windows component and get the data?
You can do it now for your own ward via https://new.lds.org/, the new site that WILL REPLACE YOUR luws. Make sure you log in, then go to "tools" and select "directory."
More direct link: https://new.lds.org/directory/#
You should see your ward once you log in with your LDS account info.

On the left, on the bottom of the menu column, is an option: Export members. Choosing this will export a CSV file of your ward-which I assume you know how to use. (if not do a search on CSV or Export in this forum) In Firefox, when I do it, it asks me which file to open it with, and I choose Openoffice Calc (you could do it with excel,) and there is my export. You can't do it with any other ward in your stake, to my knowledge.

Other ways to do this without programming a new app? Get your ward clerk to give you some printouts through some "custom reports." Do a search on this forum for Custom Reports, and Beta Directory, as Alan_Brown suggested.

Custom reports are incredibly powerful, but a little tricky. You can print them or save them to a csv file for further manipulation. There is a wiki on them: https://tech.lds.org/wiki/index.php/Custom_reports

good luck
jonesrk
Church Employee
Church Employee
Posts: 2361
Joined: Tue Jun 30, 2009 8:12 am
Location: South Jordan, UT, USA

#5

Post by jonesrk »

kisaac wrote: Other ways to do this without programming a new app? Get your ward clerk to give you some printouts through some "custom reports." Do a search on this forum for Custom Reports, and Beta Directory, as Alan_Brown suggested.

Custom reports are incredibly powerful, but a little tricky. You can print them or save them to a csv file for further manipulation. There is a wiki on them: https://tech.lds.org/wiki/index.php/Custom_reports

good luck
One advantage to custom reports is that you can share the custom report with the other wards and then can send you the saved csv file for you to combine in your application/excel.
kisaac
Community Moderators
Posts: 1184
Joined: Sun Oct 21, 2007 6:04 am
Location: Utah, united states

#6

Post by kisaac »

perkley wrote:therefore it is critical that we keep an up to date list of all those in the apartments that are in other wards so that we can know who we need to go and visit and find out more about them.
And don't forget to try the new "meetinghouse locator" tool (currently it is not available, i think, from the new beta lds.org "tools" list, but maybe
try it here http://new.lds.org/maps/


This will allow you at least to see other wards in your stake...and their membership. Directory will also let you see other wards members, just not export to a csv their names. I know leadership can export membership from beta maps, but I'm unfamiliar with what it exports.

Since these are in beta, their availability comes and goes, so we are all patient until they get the bugs worked out. Do a forum search on beta LDS maps or Meetinghouse locator.
perkley-p40
New Member
Posts: 4
Joined: Thu Aug 26, 2010 9:11 am
Location: Rexburg, ID, USA

Thanks for the information

#7

Post by perkley-p40 »

Thank you for the responses, it is much appreciated. I already have an app that I wrote that compares the CSV from the ward website.

My initial question was whether or not I could download that information like the iPhone Apps are doing it. Instead of me logging into the system and downloading the CSV and then importing into my app, I would like to just push a button from my app, it automatically sends my username and password to the web, gets the data and does the comparison.

Any more thoughts on that?
User avatar
aebrown
Community Administrator
Posts: 15153
Joined: Tue Nov 27, 2007 8:48 pm
Location: Draper, Utah

#8

Post by aebrown »

perkley wrote:My initial question was whether or not I could download that information like the iPhone Apps are doing it. Instead of me logging into the system and downloading the CSV and then importing into my app, I would like to just push a button from my app, it automatically sends my username and password to the web, gets the data and does the comparison.

Any more thoughts on that?
I did address that in my initial response. This is certainly an option if you are willing to scrape the data you are interested in from the HTML. You can access data from any ward in your stake, and if the university stake in your area is willing to add you as a non-resident member, you can access all the wards in that stake as well. I explained how to go about that:
Alan_Brown wrote:For the current ward and stake websites, this capability does indeed exist. It's called a "Non-resident member" and you can learn how to do this on the wiki at Adding nonresident members to the Web site.
So if you are willing to write such an app based on the current ward and stake websites, it is certainly feasible. My guess is that those sites will be active at least through 2011, since there is a lot of information on them which the developers of the new sites have not even begun working on, but they will have a limited lifetime at this point.
Questions that can benefit the larger community should be asked in a public forum, not a private message.
russellhltn
Community Administrator
Posts: 34422
Joined: Sat Jan 20, 2007 2:53 pm
Location: U.S.

#9

Post by russellhltn »

I think what he's looking for is a API. I don't know of any. As far as I know, all the other apps out there are parsing the HTML.
Have you searched the Help Center? Try doing a Google search and adding "site:churchofjesuschrist.org/help" to the search criteria.

So we can better help you, please edit your Profile to include your general location.
jonesrk
Church Employee
Church Employee
Posts: 2361
Joined: Tue Jun 30, 2009 8:12 am
Location: South Jordan, UT, USA

#10

Post by jonesrk »

RussellHltn wrote:I think what he's looking for is a API. I don't know of any. As far as I know, all the other apps out there are parsing the HTML.
There are API's but they are used internally and I believe that they are available to the community applications. I don't know what it takes
The only api I know about is for the community applications that are sponsored by the church. I don't know much about the process to get a new application started but I would start by sending a message to Tom Welch.
Post Reply

Return to “General Discussions”