Releases: SamRB-dev/AutoSeekOut
Releases · SamRB-dev/AutoSeekOut
AutoSeekOut v1.2.1
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
Very first release of AutoSeekOut.
Features:
- Automatic login to seekout.
- Identification of the project page.
- Gathering data after each auto scroll.
- Generating CSV file using the gathered data.
Drawbacks:
- No Captcha bypassing.
- Large CSV file generation.
- CPU intensive.