bale

Bale.ai bot API

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-22 05:29

Installation

nimble install bale
choosenim install bale
git clone https://github.com/hamidb80/bale

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
bale - - - - - - -

Source

Repository https://github.com/hamidb80/bale
Homepage https://github.com/hamidb80/bale
Registry Source nimble_official

README

Bale Bot Api Client in Nim 👑

Features

  • fast: No mapping or intermidiate representation, just stores JsonNodes as distinct ones.
  • free: just define req procedure and use it with any HTTP library that you want. see src/bale/helper/stdhttpclient.nim
  • safe: compile time checks & Auto-completes!!
  • extensible: The docs updated or I missed some APIs/fields? No problem! just add your own function becuase it's all JsonNodes and functions!
  • easy to write: There are some alises for fields like message as msg or id instead of update_id field for Update object!

How to Use

See tests/ at the moment

Docs

Docs? Really? Just take a look at src/bale.nim! It's just one file man!