获取`MiniFlux`数据库中对应`site_url`的订阅源中已有的`link`的列表
Project description
miniflux api
获取MiniFlux数据库中对应site_url的订阅源中已有的link的列表
示例
import asyncio
async def main():
connection_string='postgres://user:password@localhost/database'
links = {'https://jandan.net/t/5932788', 'https://jandan.net/t/5930642', 'https://jandan.net/t/5929636'}
try:
e_links = await pg_get_exist_links_by_site_url(
site_url="https://jandan.net/top#tab=7days",
links = links,
connection_string = connection_string
)
print(e_links)
asyncio.run(main())
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
lzhminifluxapi-0.1.0.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lzhminifluxapi-0.1.0.tar.gz.
File metadata
- Download URL: lzhminifluxapi-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e056153941af89c9c52b5156b2176b8bda7e974cef2cd2221af009adb80b8302
|
|
| MD5 |
5bb36da5356dc55abd4cfde788054766
|
|
| BLAKE2b-256 |
339f5446a160b5beb4e6631c1be75956c2a88f1567ed64aa441ca6a717918764
|
File details
Details for the file lzhminifluxapi-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lzhminifluxapi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4047a7419ed7ca732f5b8aeb6c39b16337553b52b5b16fd84323d22c634ede7c
|
|
| MD5 |
535ef5a3da80630a279d06c9892e0c62
|
|
| BLAKE2b-256 |
fa9fbf27956626bb8599ecece9ea3a5d68447da5caddaa570776be18e8a734a7
|