ikabot
ikabot copied to clipboard
A Python-based bot designed for automating tasks in the game Ikariam
**Is your feature request related to a problem? Please describe.** Partially. This would fix the problem of transportation processes bugging each other out when ran simultaneously. **Describe the solution you'd...
Self explanatory, function to check for new cultural exchange requests and accept them as soon as they arrive. And alternatively, if there is no room for either party, automatically decline...
I feel like the project would benefit from having named arguments example: ikabot login passwd sendres --from city1 --to city2 --resource wine --amount 50000 Easy to understand and not that...
### Bug explanation Currenlty the telegram token is saved with the session, the result is a frequent 'insert the telegram token' message as the session expires for any reason would...
Currently, the sendresource functionality requires users to specify source cities individually, which can be repetitive and cumbersome when dealing with multiple cities. To improve usability and efficiency I suggest enhancing...
### Motivation The distribute resources function does exactly what the name implies, it distributes any one type of resource evenly among all cities. It does this by calculating the resource...
I noticed that the activate miracle doesn't check for the highest level of the selected miracle before activating it, causing it to occationally activate a lower level miracle.
**Describe the solution you'd like** Calculated total construction time along constructionList, something like activateMiracle has. **Describe alternatives you've considered** Construction times can be parsed from the help>buildings section, and time...
hello is it possible that in the function distribute ressources the bot asks in which steps it should send ressources... for example i have 2kk Wine on 5 citys and...
### Bug explanation When I go to expand a residence (L 11 to 12) it starts asking for the missing resources. When it reaches the 4th city, asking for crystal,...