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.0.tar.gz
(14.1 kB
view details)
Built Distribution
pixiv_sql-0.5.0-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file pixiv_sql-0.5.0.tar.gz
.
File metadata
- Download URL: pixiv_sql-0.5.0.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14f31c7ba8ae4d8b8d069a11f92a60323c0462b48810c83689696dcb3cf2d8cd |
|
MD5 | 16d3ee457c052d173b4235472e7dc8b9 |
|
BLAKE2b-256 | 3c1c7637568a83e116f2c13f321038926f7e1d382cba9475742d86f8d33cab8a |
File details
Details for the file pixiv_sql-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: pixiv_sql-0.5.0-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 | 88c97ed6ee3b7f23500b8ac9689fdf63f5f1b3353c0133c15beabba60a8153de |
|
MD5 | 36db24d4c7ec49567675cf74a76e062e |
|
BLAKE2b-256 | c8a5c1b30d4f1e3f23627051dc22dc7a7c2f825933910902d879f84fd646a644 |