Gif 검색 라이브러리
Project description
TENOR
파이썬용 Gif 라이브러리입니다.
Download
pip install tenor
How To Use
# 비동기
import tenor
import asyncio
async def main():
print(await tenor.asyncSearchGif("gif 이름", "가져올 수", "다운로드 확인", "다운로드 경로"))
asyncio.get_event_loop().run_until_complete(main())
# 동기
import tenor
print(tenor.searchGif("gif 이름", "가져올 수", "다운로드 확인", "다운로드 경로"))
Tip
이 모듈을 사용하여 디스코드 봇을 만들수 있습니다!
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
tenor.py-0.0.1.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file tenor.py-0.0.1.tar.gz
.
File metadata
- Download URL: tenor.py-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb9d57bcc04d2f5ebe74453a4ed9849015ba1f40adaec7aee550aa33217e35ef |
|
MD5 | e8f2e25796def159cca39dfd87c5c2b1 |
|
BLAKE2b-256 | 1f55fe95dccaef5b3d8810cc231f0de6cf0281135e9d4d8400317e67761e3231 |
File details
Details for the file tenor.py-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: tenor.py-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d88b79b878700beb52f6691fc87538f10aa533417500a223c4d23a7e98dbddfa |
|
MD5 | 918158a0cafef62b8f64ab83a19609d0 |
|
BLAKE2b-256 | f56db4b6d1249fe14c3e8a0347c36649b21612e5e1158e1cf8f6a050c6c0e164 |