Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no0dles/loading-artist-import
https://github.com/no0dles/loading-artist-import
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/no0dles/loading-artist-import
- Owner: no0dles
- Created: 2015-09-26T14:08:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T12:04:01.000Z (about 9 years ago)
- Last Synced: 2024-04-28T04:42:26.141Z (9 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```