This is a Tool with Python Crawl data to create News from VnExpress.net. Feel free to make changes based on your requirements.
And if you like this project then ADD a STAR ⭐️ to this project 👆
- Create News from VnExpress.net
- Add a Star 🌟 to this 👆 Repository
Donate by wire transfer: E-Mail at [email protected] for wire transfer details.
-
Install Git Version Control [ https://git-scm.com/ ]
-
Install Python Latest Version [ https://www.python.org/downloads/ ]
-
Install Pip (Package Manager) [ https://pip.pypa.io/en/stable/installing/ ]
Alternative to Pip is Homebrew
1. Create a Folder where you want to save the project
2. Create a Virtual Environment and Activate
Install Virtual Environment First
$ pip install virtualenv
Create Virtual Environment
For Windows
$ python -m venv venv
For Mac
$ python3 -m venv venv
Activate Virtual Environment
For Windows
$ source venv/scripts/activate
For Mac
$ source venv/bin/activate
3. Clone this project
$ git clone https://github.com/nguyenvanro/crawlNewsFromVnExpress.git
Then, Enter the project
$ cd crawlNewsFromVnExpress
4. Install Requirements from 'requirements.txt'
$ pip install -r requirements.txt
- Email - [email protected]
- LinkedIn - Nguyen Van Ro