Skip to content

Milansuman/forum-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forum-scraper

Tool to search for keywords in various forumns

Setup

you will need

  • Python >=3.9
  • Virtualenv

Clone the repository

git clone https://github.com/Milansuman/forum-scraper.git && cd forum-scraper

Ubuntu

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

Windows

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages