Custom Development

WonderMule 1.0

K0NxT3D

User Agent: WonderMule/1.0 (https://bots.seaverns.com)


Application Details:

Simple Scraper Using Python Httpx

Notes: Can run via Torsocks - Is not set default *Option in next version.

Application Internal Version: 1.1.4

Original File: wondermule.py


Requirements

System

sudo apt-get install sqlite3 libsqlite3-dev
sudo apt-get install python3-tk
sudo apt-get install python3-pip

# Ensure Python and pip are up-to-date
sudo apt-get install python3 python3-pip python3-tk sqlite3 libsqlite3-dev

# Install Python dependencies
pip install httpx beautifulsoup4

Python

pip install httpx
pip install beautifulsoup4
pip install --upgrade pip setuptools wheel

Notes

Noted requirements.txt file:

httpx==0.27.0
beautifulsoup4==4.11.1
# tkinter==0.1.0 <- Disabled Default - Should be included in Python (See Above)

Back