codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
12 stars 15 forks source link

fix: Bot now follows any missions #9

Closed jackbayliss closed 4 years ago

jackbayliss commented 4 years ago

The bot now follows all mission links, rather than the first one. Also, added a url.txt to specify the URL, I think there was a typo in the previous commit as it was confusing .com and .co.uk domains. Also added in the chrome driver to stop any people having errors.

Also made it a little more user friendly so it displays what's occurring- see below: image

jackbayliss commented 4 years ago

See https://github.com/codesidian/Python-MissionChiefBot/pull/12 for updates