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.5.5.tar.gz
(14.5 kB
view details)
Built Distribution
pixiv_sql-0.5.5-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file pixiv_sql-0.5.5.tar.gz
.
File metadata
- Download URL: pixiv_sql-0.5.5.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87f5f3e846ebc6123a92d44b0e41042a0eaceb24c10ef849dd5bc4da21afe933 |
|
MD5 | c08c4f63dfa65dee3abb4bf5287c6dee |
|
BLAKE2b-256 | b8eba94da90e8b5219bfa2df30f8e2571fc1a91c324fefd76b5badf44617c0f7 |
File details
Details for the file pixiv_sql-0.5.5-py3-none-any.whl
.
File metadata
- Download URL: pixiv_sql-0.5.5-py3-none-any.whl
- Upload date:
- Size: 14.0 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 | b9c124ecdbe0d1d3018b72083975a35c2b8ccdabba72a74eef1bd2081740b387 |
|
MD5 | abcab826323598035b1ddef5aa94fd50 |
|
BLAKE2b-256 | 20609a001ff7ad6725859c69d244a8a2610fafef182324df009c744397d18e00 |