Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

PonomarevStudio/YandexAfishaParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yandex Afisha event converter to Tilda products

Parser of data about events from afisha.yandex.ru using ScraperAPI saving them in CSV, which can be imported in Tilda's store

Demo

https://yandex-afisha-parser.vercel.app

How to Use

You can choose from one of the following two methods to use this repository:

One-Click Run

Run the parser using Vercel:

Deploy with Vercel

Clone and Run locally

Install dependencies

npm install

Get free API keys from https://scraperapi.com and put them into config.json

{
  "api": {
    "keys": [
      "first_key",
      "second_key",
      "n_key"
    ]
  }
}

Parse events (will be saved to public/events.csv)

npm run build

Disable image downloading (optional)

Set property images.download to false in config.json

{
  "images": {
    "download": false
  }
}

Releases

No releases published

Packages

No packages published