/movie_heaven_bar

scrapy newest movie in movie heaven bar

Primary LanguagePython

movie_heaven_bar

scrapy newest movie in movie heaven bar

change to your own settings in settings.py

create your own db and table, set password and authorize your db user you may can have a look at this article

DB_SETTINGS = {
            'DB_HOST': 'DB_HOST',
            'DB_PORT': DB_PORT,
            'DB_DB': 'DB_DB',
            'DB_USER': 'DB_USER',
            'DB_PASSWD': 'DB_PASSWD',
        }