Untitled

 avatar
unknown
plain_text
10 months ago
305 B
21
Indexable
meuprojeto/
    scrapy.cfg
    meuprojeto/
        __init__.py
        items.py
        middlewares.py
        pipelines.py
        settings.py
        spiders/
            __init__.py
            frasebot.py


#frasebot.py

class FraseBotSpider(scrapy.Spider):
    name = "frasebot"


Editor is loading...
Leave a Comment