-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guild Treasury Contributions #1042
Comments
Unfortunately, there's no way to automatically open all pages. The best the cool could do is to gather the data it receives and export that into a CSV (for example). You would still have to go through all the pages however. There's no way around that. It is just a matter of someone taking the time to write the code. |
Honestly, even that would be wonderful. We are already manually opening all the pages. But the time that it takes to manually type in all of the players names, goods etc., (which usually requires screenshots too - since pages can change without notice), is the real killer. So if something can be included (maybe with Statistics tab), that once started, will continue to collect as we manually click/open each page, then once finished, we can export a CSV into our personal spreadsheet.... that would save u, seriously, countless hours per week. Thank you for the response. |
I think it should be pointed out, that, apart from the items shifting due to new donations happening at the same time of viewing them, the items themselves are displayed sorted by the datetime but in an unstable way and the following can happen when two GBs are collected at the same time: page 1: Note the Arc good 3 is listed twice, at the expense of Observatory good 3 missing, due to the order of GBs on second page is reversed. |
@AlfonZ42 |
Hello all. |
Hello all. |
There are currently over 200 open issues labeled as wish for the extension. Also, your request is not easy to fulfill as AlfonZ stated above. |
Planned for next update |
To any and all that worked on this... Just wanted to spend a minute to tell you all thank you so very much..... This is perfect. Exactly what we needed. I will be modifying our guild treasury spreadsheet (formulas etc), to accommodate this new CSV import. Again. Thank you so very much. Once I get back to working in IT (pandemic job loss), I will donate money to you guys. |
Hello all...
First time I have created a "ticket" here, so I apologize if I am not doing it correctly. I noticed there were other older tickets that are similar, but they seem to have fallen out of view (#926, #733).
I cannot speak for other guilds, but we have been in desperate need for some sort of "automation" of gathering the guild treasury contribution logs. On a weekly basis, we are opening all 400-500 pages, and manually typing the donation/cost information into our personal spreadsheets. This data includes donations from all guild members, their buildings that donate (GBs and special event buildings), GE costs, and GbG costs, etc.,). I am not familiar with JSON, but I do see the data in the JSON responses (using developer tools>network), as each page is opened. Obviously, it would help immensely, if there was a way to automatically open all 400-500 pages, capturing all of the data, and then also allowing to export via CSV. But even if the automated opening of the multiple pages is not an option, it would still be a huge time saver, if as we manually click through all of the pages, your tool could collect all of the data, then allowing for CSV export.
There was a response that said it was not possible to gather other player's information. But this is not accurate. The data we are wanting, is already present. I just do not know how to do the necessary coding to grab the data from the JSON responses, clean it up, and then format it for CSV export. Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: