• We just launched and are currently in beta. Join us as we build and grow the community.

[WIP] LeecherChecker - an easy way to flag leechers

SniperC1

E-A-T Specialist
S Rep
0
0
0
Rep
0
S Vouches
0
0
0
Vouches
0
Posts
59
Likes
44
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 200 XP
Alright so I've been working on this for a bit know. It's still WIP, meaning there's no graphic interface atm, but I wanted to share it, as it will hopefully help some of you reporting leechers.
The idea is quite simple: given a topic URL, it returns the profile stats of every member who posted on the thread, as well as the posts' details. You can then easily find leechers and report them.
For those of you who'd like to try it, here's the full source code. Feel free to play with it and upgrade it.
You must upgrade your account or reply in the thread to view hidden text.
Example
This is a sample of the output file for a random topic url
Installation & Usage
You'll need node js installed: https://nodejs.org/en/download and added to your PATH
In the root directory, run
Code:
npm install
That will download the required packages. You can then run
Code:
node main
to start the program. You can change the topic url on the 5th line of the main.js file. Results are saved into the output.json file. Please not that depending on the thread's size, it can take a while.
To-Do list
  • filter the results to flag leechers even more easily
  • make a gui
  • make it easier to install & use
Feel free to comment your ideas on how I could improve it!
 

452,292

323,340

323,349

Top