This repository has been archived on 2023-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
hf-key-scraper/huggingface/huggingface/items.py

13 lines
267 B
Python

# Define here the models for your scraped items
#
# See documentation in:
# https://docs.scrapy.org/en/latest/topics/items.html
import scrapy
class HuggingfaceItem(scrapy.Item):
# define the fields for your item here like:
# name = scrapy.Field()
pass