https://github.com/aryanvbw/cses-web-scraper

https://github.com/aryanvbw/cses-web-scraper

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AryanVBW
  • Language: Python
  • Default Branch: main
  • Size: 104 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

CsES Web Scraper

A web scraping project implemented in both Python and JavaScript for versatile web data extraction.

Features

  • Python implementation using modern web scraping libraries
  • JavaScript implementation for browser-based scraping
  • Configurable scraping parameters
  • Support for multiple data formats

Setup

Python Setup

bash pip install -r requirements.txt

JavaScript Setup

bash npm install

Usage

The project provides two implementations: 1. Python version: web_scaper.py 2. JavaScript version: web_scaper.js

Choose the implementation that best suits your needs.

Owner

  • Name: Vivek W
  • Login: AryanVBW
  • Kind: user
  • Location: india
  • Company: @TEch-Shop

🛰 𝐒𝐢𝐦𝐩𝐥𝐢𝐜𝐢𝐭𝐲 𝐒𝐩𝐚𝐫𝐤𝐬 𝐈𝐧𝐧𝐨𝐯𝐚𝐭𝐢𝐨𝐧🛡️ 🌟 Dive into the Future: ✨𒆜🆅🅸🆅🅴🅺 🆆𒆜 Studying in Newton school of Technology🚀

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 1
  • Pull request event: 5
  • Create event: 6
Last Year
  • Delete event: 1
  • Issue comment event: 1
  • Pull request event: 5
  • Create event: 6

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4)

Dependencies

package-lock.json npm
  • 191 dependencies
package.json npm
  • dotenv ^16.3.1
  • express ^4.18.2
  • mongoose ^8.0.1
  • puppeteer ^21.5.2
requirements.txt pypi
  • Flask ==3.0.0
  • python-dotenv ==1.0.0
  • selenium ==4.15.2