Skip to content

Releases: SamRB-dev/AutoSeekOut

AutoSeekOut v1.2.1

03 Oct 08:11
dbd7a15
Compare
Choose a tag to compare

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.

AutoSeekOut v1.0.0

01 Oct 07:05
Compare
Choose a tag to compare

Very first release of AutoSeekOut.

Features:

  1. Automatic login to seekout.
  2. Identification of the project page.
  3. Gathering data after each auto scroll.
  4. Generating CSV file using the gathered data.

Drawbacks:

  1. No Captcha bypassing.
  2. Large CSV file generation.
  3. CPU intensive.