Python library to backup pixiv user data to SQLite DB.
Project description
pixiv-sql
Python library to backup pixiv user data to SQLite DB.
Installation
You can install this library using PyPI:
pip install pixiv-sql
Usage
Create dataBase file
touch db/my_pixiv.db
Get refresh_token
To get
refresh_token
, see @ZipFile Pixiv OAuth Flow or OAuth with Selenium/ChromeDriver
Initialize the PixivSQL class with your Pixiv user ID, refresh token, and database:
user_id = "your_user_id"
refresh_token = "your_refresh_token"
database = "db/my_pixiv.db"
app = PixivSQL(user_id, refresh_token, database)
You can then fetch your bookmarked illusts and insert them into the database:
app.bookmarked_illusts()
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pixiv_sql-0.6.2.tar.gz
(15.0 kB
view details)
Built Distribution
pixiv_sql-0.6.2-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file pixiv_sql-0.6.2.tar.gz
.
File metadata
- Download URL: pixiv_sql-0.6.2.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 846650b25fd00d2b4ca5711a31b60526d17bfa3641109e39b8a0cd4797077409 |
|
MD5 | 43e265ec64f13080d5e856ed2f8d0488 |
|
BLAKE2b-256 | 64b691bd3e60044ec5d427ec1ba88d542920cb95f86e4e81dd8c75358c06bd1d |
File details
Details for the file pixiv_sql-0.6.2-py3-none-any.whl
.
File metadata
- Download URL: pixiv_sql-0.6.2-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b0339637b5564c9816a0dc69be0cefe88bf5d5cabd4acfdc312778a1884fdab |
|
MD5 | f3990afe32cfc47336d37b5f6c505b4c |
|
BLAKE2b-256 | 57d654311d5d85666aad9f8ff80be8a9a53de12348ee084eec4877151f5d60ce |