I make this wrapper to improve my python and reverse engineering skills, and to learn more about how to work with git and python packaging.
>>> from kaskuspy import Kaskus
>>> kaskus = Kaskus()
>>> kaskus.getHotThreads()
MultipleHotThreadResponse(...)
Download or clone this repository and run:
python setup.py install
or via pip:
pip install kaskuspy
- Kaskus without scraping
- Fetch the latest hot threads
- Search for threads
- and more..
If you would like to contribute, please check for open issues or open a new issue if you have an idea or a bug. Follow the code style of the project and PEP8.
The code in this project is licensed under MIT license.