Skip to content

AutoSeekOut v1.2.1

Latest
Compare
Choose a tag to compare
@SamRB-dev SamRB-dev released this 03 Oct 08:11
dbd7a15

Slightly improved codebase along with a new feature and a patch

New Feature

Clean CSV file generation

The script generates a bunch of file indexes in its raw file which requires a lot of clean-up. Not anymore! Now the bot will be able to clean the raw file on its own and can generate a new csv file based on the title of the project.

Patch

During some encounters, the bot couldn't fetch data like Location properly because of the usage of absolute XPath. To mitigate the issue, I've used class based identification to fetch relavent data from the page which produces better result than using XPath.