Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkristof200/py_rapid_tags
https://github.com/kkristof200/py_rapid_tags
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkristof200/py_rapid_tags
- Owner: kkristof200
- Created: 2020-10-29T08:46:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-10T15:54:50.000Z (almost 4 years ago)
- Last Synced: 2024-08-09T18:55:43.072Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rapid_tags
![python_version](https://img.shields.io/static/v1?label=Python&message=3.5%20|%203.6%20|%203.7&color=blue) [![PyPI downloads/month](https://img.shields.io/pypi/dm/rapid_tags?logo=pypi&logoColor=white)](https://pypi.python.org/pypi/rapid_tags)
## Description
python wrapper for rapidtags.io
## Install
~~~~bash
pip install rapid_tags
# or
pip3 install rapid_tags
~~~~## Usage
```python
from rapid_tags import RapidTagsprint(RapidTags.get_tags_cls('python programming'))
# prints: ['python programming', 'python', 'python tutorial', 'learn python', 'python programming language', 'programming', 'learn python programming', 'python (programming language)', 'python programming tutorial', 'python for beginners', 'python tutorial for beginners', 'python basics', 'python course', 'python language', 'expert python programming', 'python programming course', 'python programming in hindi', 'why learn python programming', 'python full course', 'python programming for beginners', 'python crash course', 'python from scratch', 'programming tutorial']
```