Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/no0dles/loading-artist-import


https://github.com/no0dles/loading-artist-import

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# loading-artist-import

Import comic meta data from http://loadingartist.com into MySQL database

## 1. Install
```
pip install -r requirements.txt
```

## 2. Configure
Create a new database with the create script "create_database.sql" and add your credentials of your database in the "config.py" file.

## 3. Run

### Import by web archive
This will import the archive back to 2011.
```
python manage.py archive
```

### Import by RSS feed
This will import the latest data from the official RSS feed.
```
python manage.py rss
```