Coder Social home page Coder Social logo

kbbi-cli's Introduction

made by me, a personal tool to dig more stuff about indonesia linguistic

Prologue:

  • personally i love how linguistic looks like, and i learn it by myself doing self-taught on hip hop scene to make myself satisfied, ecstasy on writing lyrics. i been doing this too much LOL. i dont have enough setup to compose a music because i dont wanna make a career on it, nothing more than just a hobby, yass that's what i just said. built for indonesian only, and this project getting inspired by the precursor of kbbi-cli, i be shoutouting for that guy who had made the previous one and have been inspiring me by his project.

  • kbbi-cli (the better version of the previous one), is a personal tool that i wrote by myself using shell script to scrape synonyms, antonyms, rhymes, meaning of the picked words from the target site i have listed on.

Features:

  • Synonyms

    scrapped from https://sinonim.lektur.id/
  • Antonyms

    same as above.
  • Rhymes

    scrapped from https://kuncitts.com/rima-kata/
  • Meaning of the literals

    scrapped from https://kbbi.web.id.
    why dont i scrape from the offical one? because if i did sending too much GET request, then the site's response might be crashed so i'm lazy to deal with.
  • Interactive shell

    because i love interactive shell.
    i know it'll be tricky so dont judge me please.

Installation

first of all you need to install the requirements. the requirements installation based on your distribution.

pacman -S html-xml-utils html2text

after that.
make sure you have ~/.local/bin path set down as $PATH on your .bashrc or .zshrc.

choose one:
1. export PATH=~/.local/bin:$PATH
2. export PATH=$HOME/.local/bin:$PATH

move the script to $PATH.

[~] $ git clone https://github.com/sharpicx/kbbi-cli
[~] $ cd kbbi-cli
[~] $ chmod +x kbbi
[~/kbbi-cli] $ mv kbbi ~/.local/bin/.

Now, you have installed the script! congrats!.

preview:

Acknowledgement

kbbi-cli's People

Contributors

sharpicx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

kbbi-cli's Issues

Testing

wanna change some codes that were disturbing lately

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.