- Use
sudo apt install tor
to install tor - Uncomment
ControlPort 9051
andCookieAuthentication 1
in/etc/tor/torrc
- Use
sudo chmod 644 /run/tor/control.authcookie
- Use
conda create -n newsdata python=3.7
to create a new environment - Use
conda activate newsdata
to activate the previously created environment
You can clone the repository with git clone https://github.com/Cirhuzalain/cdsdataset
After cloning the project use cd cdsdataset
Use pip install -r requirements.txt
command
Use python main.py -s data.json -r 1 -p 32 -b 5
command
- Python
- Requests
- Beautifulsoup
- Stem