#AA Incursions
1 messages · Page 1 of 1 (latest)
404 …
wip, feel free to make suggestions/requests
i havent unprivated the repo yet stop being so fast !
Sorry …
lol
reminder to self to write a fuck you to Todrir, this system is massive
reminder to self, need a way to apply offsets to state changes. esi was offline for an additional 35 minutes today so the mobilizing time is potentially quite wrong, if this stacks up the MOM pop could be missed https://evemaps.dotlan.net/incursions/3566 pulled it at 40 mins, my bot grabbed it at 37 past
pip install -U git+https:https://gitlab.com/tactical-supremacy/aa-incursions.git
nope rip :/
Hey I’ve just returned from a camping trip,
I haven’t done a full public release for incursions yet but would like to very very shortly. Gimme a few days to catch up
don't worry, thank you very much for all the work ❤️
any update?
oke nice hop a update is there soon
is this open now?
aa-incursions 0.1.0 has been pushed to pypi
this includes my basic framework and incursion updates via webhooks
I’ve uh, spotted a few issues in the latest run
I’ve got this running in my prod with real data and ofc none of the math is right now
Fixes incoming
Settings for AA-Incursions
CELERYBEAT_SCHEDULE['update_incursions'] = {
'task': 'incursions.tasks.update_incursions',
'schedule': crontab(minute=/1, hour=''),
}
to
Settings for AA-Incursions
CELERYBEAT_SCHEDULE['update_incursions'] = {
'task': 'incursions.tasks.update_incursions',
'schedule': crontab(minute="/1" , hour=''),
}
?
“*/1”
Hour will be “*”
Yeah I just didn’t string wrap those, ran into the issue myself and already fixed it in dev
0.2.0 pushed, with those settings fixes, corrections to webhook spawn calculations and some more discord cog work
@proven pollen island detector failed on latest spawn
broken?
sure, mothership spotted can be an option, it might be worth putting a feature request on https://gitlab.com/tactical-supremacy/aa-incursions/-/issues
im a bit under the weather at the moment, caught some kind of stomach bug
bot sure if anyone wants or cares, but im shipping a django fixture for every incursion back to feb 2015
im not really sure why i made it myself now tbh
Thanks for everything man, I'm waiting for the waitlist ❤️
Ha soon
hi
is it possible to track (and notify) only incursions in specific systems with this app?
Only high low null rn, but make a feature request and I’d be happy to do region and or constellation
only 18 months late
turns out if you use an existing frontend it goes fast
(not quite done, should be out this weekend)
Just a heads up, django ninja 1.5.0 should break this app
https://github.com/vitalik/django-ninja/releases/tag/v1.5.0
https://github.com/vitalik/django-ninja/pull/1524
https://gitlab.com/tactical-supremacy/aa-incursions/-/blob/main/incursions/api/__init__.py?ref_type=heads#L21