일러스트(SFW, NSFW) 크롤링 라이브러리
Project description
Nekofun
How to use
Install
pip install nekofun
Example
[async]
from nekofun import client
import asyncio
async def main():
# 클래스를 정의해줍니다.
get = client.Get()
result = await get.cry() # 우는 그림(or gif)를 가져옵니다.
result = result.content # 링크형태로 반환합니다.
print(result)
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
loop.close()
[sync]
from nekofun import sync
sync = sync.Get() # 클래스를 정의해줍니다.
result = sync.cry() # 우는 그림(or gif)를 가져옵니다.
print(result.content) # 링크형태로 반환하여 출력합니다.
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
nekofun-1.0.0.tar.gz
(4.3 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 nekofun-1.0.0.tar.gz.
File metadata
- Download URL: nekofun-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be502e139fe242ef7c54291d13985326346c9f801c306cb1eaa2e037ed63d9f6
|
|
| MD5 |
398a0d3ab839670b145f866b32bf36fa
|
|
| BLAKE2b-256 |
575127daca7ac76831d9fe46bcbe0223da546f6c18ca48bc695dfc443ff67bb9
|
File details
Details for the file nekofun-1.0.0-py3-none-any.whl.
File metadata
- Download URL: nekofun-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96dabfc53a960d01874a9ea745e9e9cfd0c3c8c349b4cdef370aa86782bfefe2
|
|
| MD5 |
7a45c0cbea2210350254eb243b2a0479
|
|
| BLAKE2b-256 |
2784041148e4fc398858a65addf5cf92f36a573b3dcc8eb8b8b07513986ebffe
|