Vatosoa / gvmg

GVMG : script for extracting Malagasy articles from Global Voices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Make sure you have Python installed locally.

  2. Create and activate a virtual environment (optional but recommended):

    python -m venv venv           # Create a virtual environment
    source venv/bin/activate      # Activate the virtual environment (for Linux/Mac)
    .\venv\Scripts\activate       # Activate the virtual environment (for Windows)
  3. Navigate to the directory:

    cd gvmg
  4. Run the script:

    scrapy crawl gvmgspider -o articles.json

Ensure you have Scrapy installed locally (after the venv activation) to run the script properly.

About

GVMG : script for extracting Malagasy articles from Global Voices


Languages

Language:Python 100.0%