Tool to search for keywords in various forumns
you will need
- Python >=3.9
- Virtualenv
Clone the repository
git clone https://github.com/Milansuman/forum-scraper.git && cd forum-scraper
Install python3-pip and python3-venv
sudo apt install python3-pip python3-venv
Activate the virtual environment
source ./scraper-venv/bin/activate
Run the program
python3 scraper.py
Install the latest version of python from the official website
Install virtualenv
pip install virtualenv
Activate the virtual environment
Powershell.exe -executionpolicy remotesigned -File ".\scraper-venv\bin\activate.ps1"