Elinare

Results 6 issues of Elinare

Possibility to add lures on demand via a db table. You can add something on your frontend and just insert the line in the db. When a worker will be...

Limiting encounters to bots that are lvl30 or more

New gym detail implementation with the lastest API ALTER TABLE forts ADD COLUMN name VARCHAR(255) AFTER id; DELETE FROM fort_sightings; DELETE FROM forts; And run scripts/create_db.py

Raid infos are implemented, feel free to add this fuctionnality on the frontend (I'm just using a personnal discord bot) Table fort_raids Fields : + id = Column(Integer, primary_key=True) +...

Updating fort infos

When a proxy is marked as banned, he's added to a bannedProxy queue and won't be used until every other proxy is marked as banned