https://github.com/bigbuildbench/tg-rs_carapax
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: BigBuildBench
- License: mit
- Language: Rust
- Default Branch: master
- Size: 1.24 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
Code of conduct
README.md
CARAPAX
A Telegram Bot framework based on tgbot.
The name comes from Carapace (carapax in latin).
Installation
toml
[dependencies]
carapax = "0.24.0"
Examples
See examples in the examples directory.
To run examples you need to create a .env file:
sh
cp sample.env .env
Don't forget to change the value of CARAPAX_TOKEN and other variables if required.
Versioning
This project adheres to ZeroVer.
Links
LICENSE
The MIT License (MIT)
Owner
- Name: BigBuildBench
- Login: BigBuildBench
- Kind: organization
- Repositories: 1
- Profile: https://github.com/BigBuildBench
abbr. B3, benchmarking the repo-level understanding capability of your LLMs by reconstructing project build-file.
GitHub Events
Total
- Create event: 6
Last Year
- Create event: 6
Dependencies
.github/workflows/ci.yml
actions
- actions/checkout v4 composite
- dtolnay/rust-toolchain stable composite
.github/workflows/coverage.yml
actions
- actions/checkout v4 composite
- codecov/codecov-action v4 composite
- dtolnay/rust-toolchain stable composite
- taiki-e/install-action cargo-llvm-cov composite
.github/workflows/gh-pages.yml
actions
- actions/checkout v4 composite
- dtolnay/rust-toolchain stable composite
- peaceiris/actions-gh-pages v4 composite
Cargo.toml
cargo
- dotenvy 0.15 development
- env_logger 0.11 development
- regex 1.10 development
- serde_json 1.0 development
- tempfile 3.12 development
- tokio 1.40 development
- toml 0.8 development