pSearch Piracy Multi-Search Tool
Github Link Info Button


About pSearch

pSearch is a multi-search tool coded with Python, it is mainly focused on piracy related websites.

It uses urllib and BeautifulSoup to connect and scrape the websites. JSON format is used to store the information about the websites.

I started this project as a practice for Python, urllib and BeautifulSoup. After I finished their chapters from https://www.py4e.com/, I wanted to test them just to get a real experience of them. I also thought that, someone at some point will have to search for a specific software and game, and they have to go to the piracy sites individually one by one, so why not have a program that does it automatically? I know that there are a lot of other similar software and even websites, but for the sake of using urllib and BeautifulSoup, I wanted to do it anyways.

It has evolved a lot since the first version. At first it was specifically several sites, then I thought that the program should be built in a way that doesn't need a lot of modifications when new sites are added. Hence, I added JSON for storing web information. Already at that point the program was automatic, every site I added didn't need configuration with the main program, only some have exceptions due to the links they put and the program scrapes. Then when I finished the Database chapter, I wanted to have an experience with that as well, just like with JSON.


Database Content

{
}

All of these above can be viewed with by opening the websites.json file from the others folder using any text editor.


Check Github for More Information

Click here to visit my program's Github page, which includes more information on how to use the program..

You can get the exe from the Releases page on Github for faster running method, or by clicking the download for windows button that's at the top of this page..


Thank you for using the program!