BuffScraper is a web scraping project that collects data from websites and stores it for further analysis. The project uses Python and popular web scraping libraries to extract and process data efficiently.
- Web scraping using Selenium
- Data storage in txt file
- Comment on articles
- Data cleaning and processing
- Python 3.x
- pip (Python package installer)
git clone https://github.com/Mag1ck/BuffScraper.git
cd BuffScraper
python3 -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
You have to login on buff site before you can use it
python main.pyIn file czytanie.py
USER_DATA_PATH = set location of your chrome user data BINARY_LOCATION = set location of your chrome.exe