Metadata-Version: 2.4
Name: search_tiktok_reko
Version: 0.1.0
Summary: مكتبة بايثون للبحث على TikTok بسهولة
Author-email: Reto <vlokn392@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Reto
        
        Permission is hereby granted, free of charge, to any person obtaining a copy...
        
Keywords: TikTok,search,api
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# search_tiktok_reko

مكتبة بايثون للبحث على TikTok بسهولة.

## الاستخدام
```python
from search_tiktok_reko import TikSearch, indian_username

searcher = TikSearch(keyword="trend")
searcher.start()

print(indian_username())
```
