pokemongo-dev-contrib / pokemongo-json-pokedex

Transform the data from the Pokemon GO master files to a better readable & processable JSON file.
Apache License 2.0
54 stars 14 forks source link

Raids #7

Open feralheart opened 6 years ago

feralheart commented 6 years ago

Is there any chance to get a JSON with the current Raid Boss Meta? :)

BrunnerLivio commented 6 years ago

I do not play the game anymore, so I do not know how this information looks like.

Do you know where I get this information from? Is there any data of this inside the GAME_MASTER.json?

Drexlin commented 6 years ago

I don't believe that information is in the GAME_MASTER file.

On Wed, Jul 25, 2018, 7:20 AM Livio Brunner notifications@github.com wrote:

I do not play the game anymore, so I do not know how this information looks like.

Do you know where I get this information from? Is there any data of this inside the GAME_MASTER.json https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex/blob/master/src/data/GAME_MASTER.json ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex/issues/7#issuecomment-407721004, or mute the thread https://github.com/notifications/unsubscribe-auth/ALdzjdtU7tSv-C4wBA_O8DIQAhgWbnqIks5uKFSagaJpZM4Va0Jt .

feralheart commented 6 years ago

I also didn't found anything in that json :/

celandro commented 6 years ago

It is not in the json. I create one manually currently but I have a story to move to a database to generate the raids. I think its what everyone is looking for.

On Wed, Jul 25, 2018 at 4:37 AM, feralheart notifications@github.com wrote:

I also didn't found anything in that json :/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex/issues/7#issuecomment-407724418, or mute the thread https://github.com/notifications/unsubscribe-auth/AAX4gChJB10m61GBaF57JxAYPL5VgHL7ks5uKFhigaJpZM4Va0Jt .

BrunnerLivio commented 6 years ago

@celandro I would love to consume this data with pokemongo-json-pokedex. Can you make this public / opensource?

feralheart commented 6 years ago

I made a workaround until it isn't in the JSON. I made a public variable in the class, what's an array with the raids.

Livio Brunner notifications@github.com ezt írta (időpont: 2018. júl. 25., Sze 21:03):

@celandro https://github.com/celandro I would love to consume this data with pokemongo-json-pokedex. Can you make this public / opensource?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex/issues/7#issuecomment-407860619, or mute the thread https://github.com/notifications/unsubscribe-auth/ADU3R96f2_t2RozIoe5PoTrNC7YDnejzks5uKMD_gaJpZM4Va0Jt .

celandro commented 6 years ago

I can make a db table and a public read api. I dunno if i want to bother with an admin api. If someone wants to help with this mini project, I can provide hosting and api design work

On Wed, Jul 25, 2018 at 12:03 PM, Livio Brunner notifications@github.com wrote:

@celandro https://github.com/celandro I would love to consume this data with pokemongo-json-pokedex. Can you make this public / opensource?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex/issues/7#issuecomment-407860619, or mute the thread https://github.com/notifications/unsubscribe-auth/AAX4gO4nDPc9g8TJjkGDGqK_u4GIsz6bks5uKMD-gaJpZM4Va0Jt .

BrunnerLivio commented 6 years ago

@celandro I'm busy with a lot of other stuff, so for my own good I have to pass on that :/

celandro commented 6 years ago

you and me both

On Thu, Jul 26, 2018 at 10:14 AM, Livio Brunner notifications@github.com wrote:

@celandro https://github.com/celandro I'm busy with a lot of other stuff, so for my own good I have to pass on that :/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pokemongo-dev-contrib/pokemongo-json-pokedex/issues/7#issuecomment-408169145, or mute the thread https://github.com/notifications/unsubscribe-auth/AAX4gKpu5aHh-ZtfNku0hbDUzYX2E9T5ks5uKfj2gaJpZM4Va0Jt .

BrunnerLivio commented 6 years ago

I guess this issue won't be resolved until we find time (which may never happen haha) or someone contributes. Sorry about that :(

luissmg commented 6 years ago

I think I can give it a try. Please send me an email :)

celandro commented 6 years ago

@luissmg

This is my current raids file: https://gist.github.com/celandro/44d3590c6a9b3e25f10d1011c4f78f06

I have full history sitting in my git repo

Current issues:

My opinion

4 tables in the db (I prefer to host):

Endpoints:

We need Admin role authentication for this. (Id prefer to use Pokebattler roles and hosting for this) Note admins would get free max Pokebattler accounts

I can do quite a bit of this work but I have an endless backlog of items.

Code can be javascript or java based. Easiest for me is java backend, html front end but I could do whatever.

You can email me at celandro@gmail.com

luissmg commented 6 years ago

Hey @celandro, I have low time available, working on something for me and during the week is kinda tight