Compare commits

...

80 Commits
v0.7.4 ... main

Author SHA1 Message Date
M3DZIK b6ef4241ca
Release v0.11.3 2024-04-11 22:43:15 +02:00
M3DZIK 6d6cbbd4b0
Update docs in imgurs lib 2024-04-11 22:40:46 +02:00
M3DZIK 723bf26dbd
Delete total lines, code size and build status badges from readme 2024-04-11 22:39:39 +02:00
M3DZIK 56cbd96053
Fix clippy error 2024-04-11 22:37:59 +02:00
Andre Julius af0864d272 Update dependencies and replace validator crate with url crate 2024-04-11 22:32:30 +02:00
M3DZIK e782617f08
chore(release): v0.11.2 2023-06-22 13:50:08 +02:00
dependabot[bot] 7062046679 chore(deps): bump enumflags2 from 0.7.5 to 0.7.7
Bumps [enumflags2](https://github.com/meithecatte/enumflags2) from 0.7.5 to 0.7.7.
- [Release notes](https://github.com/meithecatte/enumflags2/releases)
- [Commits](https://github.com/meithecatte/enumflags2/compare/v0.7.5...v0.7.7)

---
updated-dependencies:
- dependency-name: enumflags2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-22 13:36:39 +02:00
dependabot[bot] 9ba2233734 chore(deps): bump openssl from 0.10.48 to 0.10.55
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-22 13:36:30 +02:00
dependabot[bot] 044fa6525d chore(deps): bump h2 from 0.3.14 to 0.3.17
Bumps [h2](https://github.com/hyperium/h2) from 0.3.14 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.14...v0.3.17)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-15 13:26:15 +02:00
dependabot[bot] f6d8e906fb chore(deps): bump bumpalo from 3.11.0 to 3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 20:31:43 +02:00
dependabot[bot] 47b6225280 chore(deps): bump openssl from 0.10.42 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.42 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.48)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 20:31:05 +02:00
Andre Julius e9a7108f90 Fix deprecation warning of base64 crate.
See: https://github.com/M3DZIK/imgurs/actions/runs/3871046426/jobs/6598478600
2023-04-03 20:29:17 +02:00
renovate[bot] 0398f7f675 fix(deps): update all non-major dependencies 2023-01-30 04:52:40 +00:00
renovate[bot] 300fa61a65 fix(deps): update all non-major dependencies to 4.1 2023-01-16 04:10:52 +00:00
renovate[bot] 0ad55015ac fix(deps): update rust crate tokio to 1.24 [security] 2023-01-09 12:54:49 +00:00
renovate[bot] 965c4407f1 fix(deps): update all non-major dependencies 2023-01-09 05:30:05 +00:00
renovate[bot] 80292730f3 fix(deps): update all non-major dependencies 2022-12-12 04:55:31 +00:00
MedzikUser 304034f037
chore(release): v0.11.1 2022-12-11 11:05:51 +01:00
Andre Julius b6e715accf album_title can be null. account_id can be a string or a number 2022-12-11 09:40:18 +01:00
renovate[bot] d29b299a4b fix(deps): update rust crate notify-rust to 4.6 2022-12-05 04:22:49 +00:00
renovate[bot] c08e640421 fix(deps): update rust crate tokio to 1.22 2022-11-21 04:10:16 +00:00
MedzikUser 60119be30b
chore: update 2022-11-07 17:17:09 +01:00
MedzikUser 986a3b365c
chore(release): v0.11.0 2022-11-07 17:13:50 +01:00
MedzikUser 25cc96774c
fix: rename function to `with_http_client` 2022-11-07 17:05:01 +01:00
renovate[bot] 111fef82d1 fix(deps): update rust crate arboard to v3 2022-11-07 08:33:47 +01:00
renovate[bot] 5d5beaecd8 fix(deps): update rust crate simple_logger to v4 2022-11-07 08:33:32 +01:00
Andre Julius 89a7969353 Add `with_http_client` method to ImgurClient
This will allow customization of the http client or just providing an already existing http client.
In my use case I already have a client I'd like to reuse.
2022-11-07 08:30:13 +01:00
MedzikUser 25190ba5c1
chore(deps): update cargo lock 2022-10-01 18:47:02 +02:00
MedzikUser 012784a352
chore(cli): release v0.10.0 2022-10-01 18:44:54 +02:00
MedzikUser 1bd632e906
chore(release): v0.10.0
Add configuration for tls using features (rustls-tls or native-tls).
2022-10-01 18:43:08 +02:00
MedzikUser a66fea840a
chore(release): v0.9.1
Delete debug info from cli in release build.
2022-09-22 18:59:49 +02:00
dependabot[bot] dd44c5f041 chore(deps): bump iana-time-zone from 0.1.44 to 0.1.46
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.46.
- [Release notes](https://github.com/strawlab/iana-time-zone/releases)
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/0.1.44...v0.1.46)

---
updated-dependencies:
- dependency-name: iana-time-zone
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-18 13:55:38 +02:00
MedzikUser 30a79bc8bb
ci: delete publish to crates.io 2022-09-05 21:21:25 +02:00
MedzikUser 2ac3424338
fix(test): disable run get album info test 2022-09-05 21:11:59 +02:00
MedzikUser ecb5855e75
feat: add get_album function (#76)
Co-authored-by: Andre Julius <noromoron@gmail.com>
2022-09-05 21:07:21 +02:00
MedzikUser 31c737689c
fix: clippy warnings 2022-09-05 20:54:59 +02:00
MedzikUser 8ddfeb3c19
fix: delete broken 0x0 2022-09-05 20:51:50 +02:00
renovate[bot] f5c70e4f4f fix(deps): update all non-major dependencies 2022-09-05 03:52:51 +00:00
MedzikUser c6b6bd1af7
fix(0x0): fix builder error 2022-08-24 17:02:13 +02:00
MedzikUser 312d9cce19
ci: fix cli build 2022-08-24 15:44:10 +02:00
MedzikUser ad117bf3ec
feat: move cli to other crate and add The Null Pointer (0x0.st) 2022-08-24 15:35:51 +02:00
renovate[bot] be73023511 fix(deps): update all non-major dependencies 2022-08-22 04:31:52 +00:00
renovate[bot] 0a8d4afb42 fix(deps): update all non-major dependencies 2022-08-15 04:36:08 +00:00
renovate[bot] bd91fb330c fix(deps): update all non-major dependencies 2022-08-08 04:01:40 +00:00
renovate[bot] 066cda0539 fix(deps): update all non-major dependencies 2022-08-01 03:20:31 +00:00
renovate[bot] b0c4dab74d fix(deps): update all non-major dependencies 2022-07-25 03:31:40 +00:00
renovate[bot] ac1cfc9535 fix(deps): update all non-major dependencies 2022-07-18 03:05:01 +00:00
MedzikUser f26170bc12
update 2022-07-08 11:54:48 +02:00
MedzikUser 71d124f435
chore(webhook): delete discord webhook 2022-07-08 11:38:16 +02:00
renovate[bot] c75cad024f fix(deps): update rust crate simple_logger to 2.2.0 2022-07-04 14:28:02 +00:00
renovate[bot] 0eea52da89 fix(deps): update rust crate serde to 1.0.138 2022-07-02 06:10:51 +00:00
renovate[bot] 54eea0f968 fix(deps): update rust crate clap to 3.2.8 2022-06-30 16:40:41 +00:00
renovate[bot] 69211e9720 fix(deps): update rust crate serde_json to 1.0.82 2022-06-30 00:37:35 +00:00
renovate[bot] 1d6aa51df6 fix(deps): update rust crate clap_mangen to 0.1.10 2022-06-29 01:03:14 +00:00
renovate[bot] cfa28a2660 fix(deps): update rust crate clap_complete to 3.2.3 2022-06-28 21:31:49 +00:00
renovate[bot] ba494c594a fix(deps): update rust crate clap to 3.2.7 2022-06-28 18:17:12 +00:00
MedzikUser 7081367bae
update 2022-06-22 20:34:16 +02:00
renovate[bot] cc2dde74cd fix(deps): update rust crate clap_mangen to 0.1.9 2022-06-22 01:23:06 +00:00
renovate[bot] 78dcb79b97 fix(deps): update rust crate clap_complete to 3.2.2 2022-06-21 22:53:01 +00:00
renovate[bot] 78c1c27332 fix(deps): update rust crate clap to 3.2.6 2022-06-21 19:59:52 +00:00
renovate[bot] 13d9c82fcd fix(deps): update rust crate anyhow to 1.0.58 2022-06-19 02:38:16 +00:00
MedzikUser 3c5507adaa
chore(release): v0.8.1 and use `serde` instead of `serde_derive` 2022-06-17 23:07:12 +02:00
MedzikUser 0bc00599e9
chore(deps): upgrade 2022-06-17 23:01:19 +02:00
MedzikUser 2d1f1a4001
add missing doc 2022-06-17 23:00:45 +02:00
Renovate Bot 66551e77ad fix(deps): update rust crate clap to 3.2.5 2022-06-15 21:56:16 +00:00
Renovate Bot d0e5367414 fix(deps): update rust crate clap to 3.2.4 2022-06-14 23:52:40 +00:00
Renovate Bot 7446b0b420 fix(deps): update rust crate clap_complete to 3.2.1 2022-06-14 06:28:52 +00:00
Renovate Bot a1ca4dad9c fix(deps): update rust crate reqwest to 0.11.11 2022-06-14 04:06:40 +00:00
Renovate Bot 7567d26b5b fix(deps): update rust crate clap to 3.2.1 2022-06-14 00:36:29 +00:00
Renovate Bot feea8f8f2e fix(deps): update rust crate clap_mangen to 0.1.8 2022-06-13 20:25:10 +00:00
MedzikUser 3f2af4f6f9
update 2022-06-12 18:22:45 +02:00
MedzikUser b396ccce19
chore: format code 2022-06-12 17:41:50 +02:00
MedzikUser 80dcd27bc1
chore(release): v0.8.0 2022-06-12 17:38:52 +02:00
MedzikUser 8bbee811d2
doc: remove github badge from readme 2022-06-12 17:29:16 +02:00
MedzikUser 831f816447
refactor code 2022-06-12 17:28:25 +02:00
Renovate Bot 6da2dc252f fix(deps): update rust crate tokio to 1.19.2 2022-06-06 22:25:54 +00:00
Renovate Bot f935a3dddc fix(deps): update rust crate tokio to 1.19.1 2022-06-05 13:49:29 +00:00
Renovate Bot 15aa471d4f fix(deps): update rust crate tokio to 1.19.0 2022-06-03 23:48:55 +00:00
MedzikUser 9538ca5be8
fix: typo 2022-05-29 11:13:56 +02:00
Renovate Bot 5d3f5ed27b fix(deps): update rust crate arboard to 2.1.1 2022-05-19 03:13:44 +00:00
41 changed files with 2158 additions and 1443 deletions

View File

@ -1,20 +0,0 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.yml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

View File

@ -86,7 +86,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
args: --all --release --target=${{ matrix.target }} ${{ matrix.cargo_flags }}
use-cross: ${{ matrix.cross }}
- name: Compress binaries
@ -131,25 +131,3 @@ jobs:
asset_name: imgurs-$tag-${{ matrix.release_name }}
body: ${{ steps.changelog_reader.outputs.log_entry }}
if: startsWith(github.ref, 'refs/tags/v')
crates:
name: Publish to crates.io
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: ${{ matrix.target }}
- name: Publish to crates.io
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

View File

@ -40,6 +40,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --all
- name: cargo test
uses: actions-rs/cargo@v1
@ -52,9 +53,3 @@ jobs:
with:
command: clippy
args: -- -D warnings --no-deps
- name: rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all --check

View File

@ -9,6 +9,49 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [0.11.3] - 2024-04-11
- Updated dependencies
- Replaced url validation with url crate in imgurs-cli
## [0.11.2] - 2023-06-22
- Updated dependencies
- Fix deprecation warning of base64 crate.
## [0.11.1] - 2022-12-11
### Fixed
- `album_title` can be null, `account_id` can be null, string or number #92, thanks to @NotNorom
### Changed
- Updated dependencies
## [0.11.0] - 2022-11-07
### Added
- Added `with_http_client` method to ImgurClient #87, thanks to @NotNorom
### Changed
- Updated crate arboard to v3
- Updated crate simple_logger to v4
## [0.10.0] - 2022-10-01
- add configuration for tls (rustls-tls or native-tls)
## [0.9.1] - 2022-09-22
- delete debug info from cli in release build
## [0.9.0] - 2022-09-05
- moved cli to other crate
- added get_album function
## [0.8.1] - 2022-06-18
- fix tests
- add missing doc
- use `serde` instead of `serde_derive`
## [0.8.0] - 2022-06-13
- add custom `Error` type
- move api requests to `requests/` mod
- comment code
## [0.7.4] - 2022-05-18
### HOTFIX
- fixed built on macos and windows
@ -119,7 +162,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- upload image
<!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.7.4...HEAD
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.11.3...HEAD
[0.11.3]: https://github.com/MedzikUser/imgurs/commits/v0.11.3
[0.11.2]: https://github.com/MedzikUser/imgurs/commits/v0.11.2
[0.11.1]: https://github.com/MedzikUser/imgurs/commits/v0.11.1
[0.11.0]: https://github.com/MedzikUser/imgurs/commits/v0.11.0
[0.10.0]: https://github.com/MedzikUser/imgurs/commits/v0.10.0
[0.9.1]: https://github.com/MedzikUser/imgurs/commits/v0.9.1
[0.9.0]: https://github.com/MedzikUser/imgurs/commits/v0.9.0
[0.8.1]: https://github.com/MedzikUser/imgurs/commits/v0.8.1
[0.8.0]: https://github.com/MedzikUser/imgurs/commits/v0.8.0
[0.7.4]: https://github.com/MedzikUser/imgurs/commits/v0.7.4
[0.7.3]: https://github.com/MedzikUser/imgurs/commits/v0.7.3
[0.7.2]: https://github.com/MedzikUser/imgurs/commits/v0.7.2

2264
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,61 +1,43 @@
[workspace]
members = ["imgurs-cli"]
resolver = "2"
[package]
name = "imgurs"
version = "0.7.4"
description = "API and CLI for Imgur"
version = "0.11.3"
description = "API for Imgur"
license = "BSD-3-Clause"
readme = "README.md"
authors = ["MedzikUser <nivua1fn@duck.com>"]
homepage = "https://github.com/MedzikUser/imgurs"
repository = "https://github.com/MedzikUser/imgurs.git"
authors = ["M3DZIK <me@medzik.dev>"]
homepage = "https://github.com/M3DZIK/imgurs"
repository = "https://github.com/M3DZIK/imgurs.git"
keywords = ["imgur", "imgur-api", "image", "image-upload"]
categories = ["command-line-utilities"]
rust-version = "1.58"
edition = "2021"
[features]
default = ["imgur", "rustls-tls"]
full = ["imgur"]
rustls-tls = ["reqwest/rustls-tls"]
native-tls = ["reqwest/native-tls"]
imgur = []
[profile.release]
lto = true
panic = 'abort'
opt-level = 'z'
codegen-units = 1
[dependencies]
dirs = "4.0.0"
serde = "1.0.137"
serde_derive = "1.0.137"
toml = "0.5.9"
serde_json = "1.0.81"
chrono = "0.4.19"
base64 = "0.13.0"
notify-rust = "4.5.8"
clap_complete = "3.1.4"
anyhow = "1.0.57"
better-panic = "0.3.0"
validator = "0.15.0"
colored = "2.0.0"
clap_mangen = "0.1.6"
discord-webhook = "0.1.0"
# HTTP
reqwest = { version = "0.12", default-features = false, features = ["json", "multipart"] }
# Request
base64 = "0.22"
url = "2.5.0" # validate url address
# Response
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[target.'cfg(not(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten")))))'.dependencies]
arboard = "2.1.0"
# Errors
thiserror = "1.0"
[dependencies.clap]
version = "3.1.18"
features = ["derive", "cargo", "std"]
[dependencies.log]
version = "0.4.17"
features = ["release_max_level_info", "max_level_debug"]
[dependencies.simple_logger]
version = "2.1.0"
default-features = false
features = ["colors"]
[dependencies.reqwest]
version = "0.11.10"
default-features = false
features = ["json", "rustls-tls"]
[dependencies.tokio]
version = "1.18.2"
features = ["macros", "rt-multi-thread"]
[dev-dependencies]
# Async tests
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }

View File

@ -1,8 +1,10 @@
[crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
[docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
# Imgurs - CLI and Library for Imgur API
![](https://img.shields.io/github/license/MedzikUser/imgurs)
![](https://img.shields.io/tokei/lines/github/MedzikUser/imgurs)
![](https://img.shields.io/github/languages/code-size/MedzikUser/imgurs)
[![crates-io]](https://crates.io/crates/imgurs)
[![docs-rs]](https://docs.rs/imgurs)
## Screenshots
@ -66,4 +68,4 @@ Download imgurs-windows.exe from [the releases page](https://github.com/MedzikUs
### **Compile with Cargo**
Make sure you have a recent version of Rust. Then you can run
cargo install imgurs
cargo install imgurs-cli

View File

@ -7,7 +7,3 @@ enabled = true
[clipboard]
enabled = true
[discord_webhook]
enabled = false
uri = ''

46
imgurs-cli/Cargo.toml Normal file
View File

@ -0,0 +1,46 @@
[package]
name = "imgurs-cli"
version = "0.11.3"
description = "CLI for Imgur"
license = "BSD-3-Clause"
authors = ["M3DZIK <me@medzik.dev>"]
homepage = "https://github.com/M3DZIK/imgurs"
repository = "https://github.com/M3DZIK/imgurs.git"
keywords = ["imgur", "imgur-api", "image", "image-upload"]
categories = ["command-line-utilities"]
edition = "2021"
[[bin]]
name = "imgurs"
path = "src/main.rs"
[dependencies]
# Async runtime
tokio = { version = "1.37", features = ["macros", "rt-multi-thread"] }
# CLI
clap = { version = "4.5", features = ["derive"] }
clap_complete = "4.5"
clap_mangen = "0.2"
# Errors
anyhow = "1.0"
# Logger
log = { version = "0.4", features = ["release_max_level_info"] }
simple_logger = "4.3"
colored = "2.1"
# Config
toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
# Other
chrono = "0.4" # parse upload date
notify-rust = "4.11" # send notification after upload
dirs = "5.0" # get system configuration directory
imgurs = { path = "..", version = "0.11.0", features = ["full"] }
[target.'cfg(not(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten")))))'.dependencies]
arboard = "3.3" # copy url to clipboard

1
imgurs-cli/config.toml Symbolic link
View File

@ -0,0 +1 @@
../config.toml

View File

@ -1,34 +1,37 @@
use serde::Serialize;
use serde_derive::Deserialize;
use serde::{Deserialize, Serialize};
pub mod toml;
/// Configuration schema
#[derive(Debug, Serialize, Deserialize)]
pub struct Config {
/// Imgur API configuration options
pub imgur: ConfigImgur,
/// Notification options
pub notification: ConfigNotification,
/// Clipboard options
pub clipboard: ConfigClipboard,
pub discord_webhook: ConfigDiscordWebhook,
}
/// Imgur API configuration options
#[derive(Debug, Serialize, Deserialize)]
pub struct ConfigImgur {
/// Imgur Client ID
pub id: String,
/// Imgur Domain (e.g. if you have a imgur proxy)
pub image_cdn: String,
}
/// Notification options
#[derive(Debug, Serialize, Deserialize)]
pub struct ConfigNotification {
/// Send notification
pub enabled: bool,
}
/// Clipboard options
#[derive(Debug, Serialize, Deserialize)]
pub struct ConfigClipboard {
/// Copy image url to clipboard
pub enabled: bool,
}
#[derive(Debug, Serialize, Deserialize)]
pub struct ConfigDiscordWebhook {
pub enabled: bool,
pub uri: String,
}

View File

@ -1,18 +1,22 @@
use super::Config;
use colored::Colorize;
use dirs::config_dir;
use log::warn;
use std::{
fs::{create_dir_all, read_to_string, File},
io::{self, Write as _},
path::Path,
};
use colored::Colorize;
use dirs::config_dir;
use log::warn;
use toml::from_str as toml_from_str;
use super::Config;
/// Configuration file path (in system config directory).
const CONFIG_DIR: &str = "/imgurs/config.toml";
/// Parse configuration file
pub fn parse() -> Config {
// parse config or use default
toml().unwrap_or_else(|err| {
let mut stdout = std::io::stdout();
@ -25,7 +29,7 @@ pub fn parse() -> Config {
.expect("failed to read line");
if value.to_lowercase() != "n\n" {
warn!("Parse toml config: {err}! Creating config file...");
warn!("Parse toml config error: {err}! Creating config file...");
let default_config = include_str!(concat!("../../config.toml"));
@ -44,7 +48,7 @@ pub fn parse() -> Config {
toml().expect("parse toml config")
} else {
panic!("New config creation cancelled!")
panic!("Configuration file creation cancelled!")
}
})
}

View File

@ -1,18 +1,16 @@
mod parse;
mod clipboard;
mod credits;
mod delete_image;
mod info_image;
mod upload_image;
pub mod clipboard;
pub mod credits;
pub mod delete_image;
pub mod info_image;
pub mod upload_image;
pub mod webhook;
pub use parse::*;
use std::time::{Duration, UNIX_EPOCH};
use chrono::{prelude::DateTime, Utc};
use colored::Colorize;
use imgurs::ImageInfo;
use std::time::{Duration, UNIX_EPOCH};
pub use self::{clipboard::*, credits::*, delete_image::*, info_image::*, upload_image::*};
// print image information from imgur
pub fn print_image_info(i: &ImageInfo) {

View File

@ -2,8 +2,8 @@ use imgurs::ImgurClient;
use notify_rust::Notification;
use crate::{
cli::{clipboard::set_clipboard, print_image_info, webhook::send_discord_webhook},
config::toml,
imgur::{clipboard::set_clipboard, print_image_info},
};
// show notification
@ -26,7 +26,7 @@ pub async fn upload_image(client: ImgurClient, path: String) {
.body(&format!("Error: {}", err))
.appname("Imgurs")); // I don't think you can set it to error
panic!("send request to imagur api: {}", err)
panic!("send request to imgur api: {}", err)
});
// change domain to proxy (to be set in config)
@ -46,11 +46,4 @@ pub async fn upload_image(client: ImgurClient, path: String) {
if config.clipboard.enabled {
set_clipboard(&i.data.link)
}
// if enabled send embed with link and deletehash to discord (something like logger)
if config.discord_webhook.enabled {
send_discord_webhook(&i.data.link, &i.data.deletehash.unwrap())
.await
.expect("send discord webhook");
}
}

82
imgurs-cli/src/main.rs Normal file
View File

@ -0,0 +1,82 @@
use std::io::stdout;
use clap::{Command, CommandFactory, Parser};
use clap_complete::{generate, Generator, Shell};
use imgurs::ImgurClient;
use simple_logger::SimpleLogger;
use crate::imgur::*;
mod config;
mod imgur;
#[derive(Parser, Debug)]
#[clap(
name = "imgurs",
about = "Imgur API CLI",
long_about = env!("CARGO_PKG_DESCRIPTION"),
version = env!("CARGO_PKG_VERSION"),
)]
enum Cli {
#[clap(about = "Print Client Rate Limit", display_order = 1)]
Credits,
#[clap(about = "Upload image to Imgur", display_order = 2)]
Upload { path: String },
#[clap(about = "Delete image from Imgur", display_order = 3)]
Delete { delete_hash: String },
#[clap(about = "Print image info", display_order = 4)]
Info { id: String },
#[clap(
about = "Generate completion file for a shell [bash, elvish, fish, powershell, zsh]",
display_order = 5
)]
Completions { shell: Shell },
#[clap(about = "Generate man page", display_order = 6)]
Manpage,
}
#[tokio::main]
async fn main() {
SimpleLogger::new().init().unwrap();
// parse config file
let config = config::toml::parse();
// create imgur client
let client = ImgurClient::new(&config.imgur.id);
let args = Cli::parse();
match args {
Cli::Credits => credits(client).await,
Cli::Upload { path } => upload_image(client, path).await,
Cli::Delete { delete_hash } => delete_image(client, delete_hash.to_string()).await,
Cli::Info { id } => image_info(client, id.to_string()).await,
Cli::Completions { shell } => {
let mut app = Cli::command();
fn print_completions<G: Generator>(gen: G, app: &mut Command) {
generate(gen, app, app.get_name().to_string(), &mut stdout())
}
print_completions(shell, &mut app)
},
Cli::Manpage => {
let clap_app = Cli::command();
let man = clap_mangen::Man::new(clap_app);
man.render(&mut stdout())
.expect("Failed to generate man page");
},
}
}

View File

@ -1,8 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"schedule:weekly",
"group:allNonMajor",
":semanticCommits"
],
"labels": [
"dependencies"
],
"prHourlyLimit": 0,
"automergeType": "pr",
"prCreation": "immediate",
"packageRules": [

11
rustfmt.toml Normal file
View File

@ -0,0 +1,11 @@
# https://rust-lang.github.io/rustfmt
# stable
edition = "2021"
newline_style = "Unix"
match_block_trailing_comma = true
# nightly
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
format_code_in_doc_comments = true

View File

@ -1,118 +0,0 @@
macro_rules! api_url (
($path: expr) => (
format!("{}{}", "https://api.imgur.com/3/", $path)
);
);
use std::{fmt, fs, io, path::Path};
use anyhow::Result;
pub(crate) use api_url;
use reqwest::Client;
use super::*;
pub struct ImgurClient {
pub client_id: String,
pub client: Client,
}
impl fmt::Debug for ImgurClient {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(f, "ImgurClient - client_id: {}", self.client_id)
}
}
impl ImgurClient {
/// Create new Imgur Client
/// ```
/// use imgurs::ImgurClient;
///
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
/// ```
pub fn new(client_id: &str) -> Self {
let client_id = client_id.to_string();
let client = Client::new();
ImgurClient { client_id, client }
}
/// Upload image to Imgur
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// client.upload_image("https://i.imgur.com/lFaGr1x.png").await.expect("upload image");
/// }
/// ```
pub async fn upload_image(&self, path: &str) -> Result<ImageInfo> {
let mut image = path.to_string();
// check if the specified file exists if not then check if it is a url
if Path::new(&path).exists() {
let bytes = fs::read(&path)?;
image = base64::encode(bytes)
}
// validate adress url
else if !validator::validate_url(&*path) {
let err = io::Error::new(
io::ErrorKind::Other,
format!("{path} is not url or file path"),
);
return Err(err.into());
}
upload_image(self, image).await
}
/// Delete image from Imgur
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// let image = client.upload_image("https://i.imgur.com/lFaGr1x.png").await.expect("upload image");
/// let deletehash = image.data.deletehash.unwrap();
///
/// client.delete_image(&deletehash).await.expect("delete image");
/// }
/// ```
pub async fn delete_image(&self, delete_hash: &str) -> Result<()> {
delete_image(self, delete_hash).await
}
/// Client Rate Limit
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// client.rate_limit().await.expect("get rate limit");
/// }
/// ```
pub async fn rate_limit(&self) -> Result<RateLimitInfo> {
rate_limit(self).await
}
/// Get Imgur image info
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// client.image_info("lFaGr1x").await.expect("delete image");
/// }
/// ```
pub async fn image_info(&self, id: &str) -> Result<ImageInfo> {
get_image(self, id).await
}
}

View File

@ -1,29 +0,0 @@
use std::io;
use reqwest::Method;
use super::{client::api_url, send_api_request, ImageInfo, ImgurClient};
pub async fn get_image(client: &ImgurClient, image: &str) -> anyhow::Result<ImageInfo> {
// get imgur api url
let uri = api_url!(format!("image/{image}"));
// send request to imgur api
let res = send_api_request(client, Method::GET, uri, None).await?;
// get response http code
let status = res.status();
// check if an error has occurred
if status.is_client_error() || status.is_server_error() {
let err = io::Error::new(
io::ErrorKind::Other,
format!("server returned non-successful status code = {status}"),
);
Err(err.into())
} else {
let content: ImageInfo = res.json().await?;
Ok(content)
}
}

View File

@ -1,27 +0,0 @@
use serde_derive::{Deserialize, Serialize};
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct ImageInfo {
pub data: ImageInfoData,
pub success: bool,
pub status: i32,
}
#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct ImageInfoData {
pub id: String,
pub title: Option<String>,
pub description: Option<String>,
pub datetime: i32,
#[serde(rename = "type")]
pub img_type: String,
pub animated: bool,
pub width: i32,
pub height: i32,
pub size: i32,
pub views: i32,
pub bandwidth: i64,
pub favorite: bool,
pub deletehash: Option<String>,
pub link: String,
}

View File

@ -1,52 +0,0 @@
mod delete_image;
mod get_image;
mod image_type;
mod rate_limit;
mod upload_image;
pub mod client;
pub use client::ImgurClient;
pub use delete_image::*;
pub use get_image::*;
pub use image_type::*;
pub use rate_limit::*;
pub use upload_image::*;
use std::collections::HashMap;
use reqwest::{Method, Response};
// send request to imgur api
pub async fn send_api_request(
config: &ImgurClient,
method: Method,
uri: String,
form: Option<HashMap<&str, String>>,
) -> anyhow::Result<Response> {
// get request client
let client = &config.client;
// create request buidler
let mut req = client.request(method, uri.as_str());
// get program version
let version: Option<&str> = option_env!("CARGO_PKG_VERSION");
let version = version.unwrap_or("unknown");
// add `Authorization` and `User-Agent` to request
req = req
.header("Authorization", format!("Client-ID {}", config.client_id))
.header("User-Agent", format!("Imgur/{:?}", version));
// if exists add hashmap to request
if form != None {
req = req.form(&form.unwrap())
}
// build request
let req = req.build()?;
// send request
Ok(client.execute(req).await?)
}

View File

@ -1,76 +0,0 @@
use clap::{Command, IntoApp, Parser, Subcommand};
use clap_complete::{generate, Generator, Shell};
use imgurs::ImgurClient;
use std::io::{self, stdout};
use crate::cli::{credits::*, delete_image::*, info_image::*, upload_image::*};
// get program name and varsion from Cargo.toml
const VERSION: Option<&str> = option_env!("CARGO_PKG_VERSION");
const NAME: Option<&str> = option_env!("CARGO_PKG_NAME");
#[derive(Parser, Debug)]
#[clap(
name = NAME.unwrap_or("unknown"),
about = "Imgur API CLI", long_about = None,
version = VERSION.unwrap_or("unknown")
)]
struct Cli {
#[clap(subcommand)]
command: Commands,
}
#[derive(Subcommand, Debug)]
enum Commands {
#[clap(about = "Print Client Rate Limit", display_order = 1)]
Credits,
#[clap(about = "Upload image to Imgur", display_order = 2)]
Upload { path: String },
#[clap(about = "Delete image from Imgur", display_order = 3)]
Delete { delete_hash: String },
#[clap(about = "Print image info", display_order = 4)]
Info { id: String },
#[clap(
about = "Generate completion file for a shell [bash, elvish, fish, powershell, zsh]",
display_order = 5
)]
Completions { shell: Shell },
#[clap(about = "Generate man page", display_order = 6)]
Manpage,
}
fn print_completions<G: Generator>(gen: G, app: &mut Command) {
generate(gen, app, app.get_name().to_string(), &mut stdout())
}
pub async fn parse(client: ImgurClient) {
let args = Cli::parse();
match args.command {
Commands::Credits => credits(client).await,
Commands::Upload { path } => upload_image(client, path.to_string()).await,
Commands::Delete { delete_hash } => delete_image(client, delete_hash.to_string()).await,
Commands::Info { id } => image_info(client, id.to_string()).await,
Commands::Completions { shell } => {
let mut app = Cli::command();
print_completions(shell, &mut app)
}
Commands::Manpage => {
let clap_app = Cli::command();
let man = clap_mangen::Man::new(clap_app);
man.render(&mut io::stdout()).expect("generate manpage")
}
}
}

View File

@ -1,34 +0,0 @@
use discord_webhook::client::WebhookClient;
use std::error::Error;
use crate::config::toml;
// send embed with link and deletehash to discord (something like logger)
pub async fn send_discord_webhook(
link: &str,
deletehash: &str,
) -> Result<(), Box<dyn Error + Send + Sync>> {
// get discord webhook uri from config
let url = toml::parse().discord_webhook.uri;
// create WebhookClient
let client: WebhookClient = WebhookClient::new(&url);
// get program version
let version = option_env!("CARGO_PKG_VERSION").unwrap_or("unknown");
// send discord webhook
client
.send(|message| {
message.username("Imgurs").embed(|embed| {
embed
.title(link)
.description(&format!("Delete Hash ||{deletehash}||"))
.image(link)
.footer(&format!("Imgurs v{version}"), None)
})
})
.await?;
Ok(())
}

36
src/error.rs Normal file
View File

@ -0,0 +1,36 @@
use thiserror::Error;
/// Client Errors
#[derive(Debug, Error)]
pub enum Error {
/// Imgur API returned non-successful status code
#[error("server reponse non-successful status code - {0}, body = `{1}`")]
ApiError(u16, String),
/// Imgur API returned non-successful status code (body is too long)
#[error("server reponse non-successful status code - {0}, (response body is too long)")]
ApiErrorBodyTooLong(u16),
/// Invalid file path or URL adress
#[error("{0} is not url or file path")]
InvalidUrlOrFile(String),
/// Imgur API error or reqwest::Error
#[error("send request to imgur api: {0}")]
SendApiRequest(reqwest::Error),
/// std::io::Error
#[error("io error - {0}")]
IoError(std::io::Error),
}
impl From<reqwest::Error> for Error {
fn from(err: reqwest::Error) -> Self {
Error::SendApiRequest(err)
}
}
impl From<std::io::Error> for Error {
fn from(err: std::io::Error) -> Self {
Error::IoError(err)
}
}
/// A `Result` alias where the `Err` case is `imgurs::Error`
pub type Result<T> = std::result::Result<T, Error>;

69
src/imgur/album_type.rs Normal file
View File

@ -0,0 +1,69 @@
use serde::{Deserialize, Serialize};
use crate::ImageInfoData;
/// Album Info Response
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
pub struct AlbumInfo {
/// Image Data
pub data: AlbumInfoData,
/// Request processed success or not.
pub success: bool,
/// HTTP status code from API request.
pub status: i32,
}
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
pub struct AlbumInfoData {
/// Album ID
pub id: String,
/// Title of the album
pub title: Option<String>,
/// Description of the album
pub description: Option<String>,
pub datetime: i64,
pub cover: String,
pub cover_edited: Option<String>,
pub cover_width: i64,
pub cover_height: i64,
pub account_url: Option<String>,
pub account_id: Option<AccountId>,
pub privacy: String,
pub layout: String,
pub views: i64,
/// Album link
pub link: String,
pub favorite: bool,
pub nsfw: bool,
pub section: Option<String>,
pub images_count: i64,
pub in_gallery: bool,
pub is_ad: bool,
pub include_album_ads: bool,
pub is_album: bool,
pub images: Vec<ImageInfoData>,
pub ad_config: AdConfig,
}
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
#[serde(untagged)]
pub enum AccountId {
String(String),
Int(i64),
}
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
pub struct AdConfig {
#[serde(rename = "safeFlags")]
pub safe_flags: Vec<String>,
#[serde(rename = "highRiskFlags")]
pub high_risk_flags: Vec<String>,
#[serde(rename = "unsafeFlags")]
pub unsafe_flags: Vec<String>,
#[serde(rename = "wallUnsafeFlags")]
pub wall_unsafe_flags: Vec<String>,
#[serde(rename = "showsAds")]
pub shows_ads: bool,
#[serde(rename = "showAdLevel")]
pub show_ad_level: i64,
}

25
src/imgur/client.rs Normal file
View File

@ -0,0 +1,25 @@
macro_rules! api_url (
($path: expr) => (
format!("{}{}", "https://api.imgur.com/3/", $path)
);
);
use std::fmt;
pub(crate) use api_url;
use reqwest::Client;
/// Imgur Client
#[derive(Clone)]
pub struct ImgurClient {
/// Imgur API Client ID
pub client_id: String,
/// HTTP Client
pub client: Client,
}
impl fmt::Debug for ImgurClient {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(f, "ImgurClient - client_id: {}", self.client_id)
}
}

48
src/imgur/image_type.rs Normal file
View File

@ -0,0 +1,48 @@
use serde::{Deserialize, Serialize};
/// Image Info Response
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
pub struct ImageInfo {
/// Image Data
pub data: ImageInfoData,
/// Request processed success or not.
pub success: bool,
/// HTTP status code from API request.
pub status: i32,
}
/// Image Info Reponse (`data` json)
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Clone)]
pub struct ImageInfoData {
/// Image ID
/// e.g. `iDYNKJq`
pub id: String,
/// Image title
pub title: Option<String>,
/// Description of this image
pub description: Option<String>,
/// Image uploaded time
pub datetime: i32,
/// Image type
/// e.g. `image/png`
#[serde(rename = "type")]
pub img_type: String,
/// If image if animated (gif, etc)
pub animated: bool,
/// Width of this image
pub width: i32,
/// Height of this image
pub height: i32,
/// Image size in bytes
pub size: i32,
/// Unique image views
pub views: i32,
/// Bandwidth used by this image
pub bandwidth: i64,
/// If image is added to favorite
pub favorite: bool,
/// Delete hash (only show after image upload)
pub deletehash: Option<String>,
/// Link of this image
pub link: String,
}

148
src/imgur/mod.rs Normal file
View File

@ -0,0 +1,148 @@
mod album_type;
mod client;
mod image_type;
mod requests;
mod send_api_request;
pub use album_type::*;
pub(crate) use client::api_url;
pub use client::ImgurClient;
pub use image_type::*;
pub use send_api_request::*;
use url::Url;
use crate::{Error, Result};
impl ImgurClient {
/// Create a new Imgur Client
/// ```
/// use imgurs::ImgurClient;
///
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
/// ```
pub fn new(client_id: &str) -> Self {
let client_id = client_id.to_string();
let client = reqwest::Client::new();
ImgurClient { client_id, client }
}
/// Create a new Imgur Client with the provided `reqwest::Client`
///
/// This allows for customization of the http client settings like timeout or the user agent.
/// ```
/// use imgurs::ImgurClient;
/// use reqwest::Client;
///
/// let http_client = Client::builder().build().unwrap();
///
/// let client = ImgurClient::with_http_client("3e3ce0d7ac14d56", http_client);
/// ```
pub fn with_http_client(client_id: &str, http_client: reqwest::Client) -> Self {
let client_id = client_id.to_string();
ImgurClient {
client_id,
client: http_client,
}
}
/// Upload image to Imgur
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// client
/// .upload_image("https://i.imgur.com/lFaGr1x.png")
/// .await
/// .expect("upload image");
/// }
/// ```
pub async fn upload_image(&self, path: &str) -> Result<ImageInfo> {
use base64::prelude::{Engine, BASE64_STANDARD};
let mut image = path.to_string();
// check if the specified file exists if not then check if it is a url
if std::path::Path::new(path).exists() {
let bytes = std::fs::read(path)?;
image = BASE64_STANDARD.encode(bytes)
}
// validate url adress
else if Url::parse(path).is_err() {
Err(Error::InvalidUrlOrFile(path.to_string()))?;
}
requests::upload_image(self, image).await
}
/// Delete image from Imgur
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// let image = client
/// .upload_image("https://i.imgur.com/lFaGr1x.png")
/// .await
/// .expect("upload image");
/// let deletehash = image.data.deletehash.unwrap();
///
/// client
/// .delete_image(&deletehash)
/// .await
/// .expect("delete image");
/// }
/// ```
pub async fn delete_image(&self, delete_hash: &str) -> Result<()> {
requests::delete_image(self, delete_hash).await
}
/// Get Rame Limit of this Imgur Client
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// client.rate_limit().await.expect("get rate limit");
/// }
/// ```
pub async fn rate_limit(&self) -> Result<requests::RateLimitInfo> {
requests::rate_limit(self).await
}
/// Get image info from a Imgur
/// ```
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// client.image_info("lFaGr1x").await.expect("delete image");
/// }
/// ```
pub async fn image_info(&self, id: &str) -> Result<ImageInfo> {
requests::get_image(self, id).await
}
/// Get album info from a Imgur
/// ```no_run
/// use imgurs::ImgurClient;
///
/// #[tokio::main]
/// async fn main() {
/// let client = ImgurClient::new("3e3ce0d7ac14d56");
///
/// client.album_info("id").await.expect("get album info");
/// }
/// ```
pub async fn album_info(&self, id: &str) -> Result<AlbumInfo> {
requests::get_album(self, id).await
}
}

View File

@ -1,10 +1,8 @@
use std::io;
use reqwest::Method;
use super::{client::api_url, send_api_request, ImgurClient};
use crate::{api_url, send_api_request, Error, ImgurClient, Result};
pub async fn delete_image(client: &ImgurClient, delete_hash: &str) -> anyhow::Result<()> {
pub async fn delete_image(client: &ImgurClient, delete_hash: &str) -> Result<()> {
// get imgur api url
let uri = api_url!(format!("image/{delete_hash}"));
@ -16,18 +14,9 @@ pub async fn delete_image(client: &ImgurClient, delete_hash: &str) -> anyhow::Re
// check if an error has occurred
if status.is_client_error() || status.is_server_error() {
let mut body = res.text().await?;
let body = res.text().await?;
if body.chars().count() > 30 {
body = "body is too length".to_string()
}
let err = io::Error::new(
io::ErrorKind::Other,
format!("server returned non-successful status code = {status}, body = {body}"),
);
return Err(err.into());
Err(Error::ApiError(status.as_u16(), body))?;
}
Ok(())

View File

@ -0,0 +1,24 @@
use reqwest::Method;
use crate::{api_url, send_api_request, AlbumInfo, Error, ImgurClient, Result};
pub async fn get_album(client: &ImgurClient, album: &str) -> Result<AlbumInfo> {
// get imgur api url
let uri = api_url!(format!("album/{album}"));
// send request to imgur api
let res = send_api_request(client, Method::GET, uri, None).await?;
// get response http code
let status = res.status();
// check if an error has occurred
if status.is_client_error() || status.is_server_error() {
let body = res.text().await?;
return Err(Error::ApiError(status.as_u16(), body));
}
// return `ImageInfo`
Ok(res.json().await?)
}

View File

@ -0,0 +1,24 @@
use reqwest::Method;
use crate::{api_url, send_api_request, Error, ImageInfo, ImgurClient, Result};
pub async fn get_image(client: &ImgurClient, image: &str) -> Result<ImageInfo> {
// get imgur api url
let uri = api_url!(format!("image/{image}"));
// send request to imgur api
let res = send_api_request(client, Method::GET, uri, None).await?;
// get response http code
let status = res.status();
// check if an error has occurred
if status.is_client_error() || status.is_server_error() {
let body = res.text().await?;
return Err(Error::ApiError(status.as_u16(), body));
}
// return `ImageInfo`
Ok(res.json().await?)
}

11
src/imgur/requests/mod.rs Normal file
View File

@ -0,0 +1,11 @@
mod delete_image;
mod get_album;
mod get_image;
mod rate_limit;
mod upload_image;
pub use delete_image::*;
pub use get_album::*;
pub use get_image::*;
pub use rate_limit::*;
pub use upload_image::*;

View File

@ -1,9 +1,7 @@
use std::io;
use reqwest::Method;
use serde::{Deserialize, Serialize};
use super::{client::api_url, send_api_request, ImgurClient};
use crate::{api_url, send_api_request, Error, ImgurClient, Result};
#[derive(Debug, Serialize, Deserialize)]
pub struct RateLimitInfo {
@ -26,7 +24,7 @@ pub struct RateLimitData {
pub client_remaining: i32,
}
pub async fn rate_limit(client: &ImgurClient) -> anyhow::Result<RateLimitInfo> {
pub async fn rate_limit(client: &ImgurClient) -> Result<RateLimitInfo> {
// get imgur api url
let uri = api_url!("credits");
@ -40,14 +38,9 @@ pub async fn rate_limit(client: &ImgurClient) -> anyhow::Result<RateLimitInfo> {
if status.is_client_error() || status.is_server_error() {
let body = res.text().await?;
let err = io::Error::new(
io::ErrorKind::Other,
format!("server returned non-successful status code = {status}, body = {body}"),
);
Err(err.into())
} else {
let content = res.json::<RateLimitInfo>().await?;
Ok(content)
return Err(Error::ApiError(status.as_u16(), body));
}
// return `RateLimitInfo`
Ok(res.json().await?)
}

View File

@ -1,10 +1,10 @@
use std::{collections::HashMap, io};
use std::collections::HashMap;
use reqwest::Method;
use super::{client::api_url, send_api_request, ImageInfo, ImgurClient};
use crate::{api_url, send_api_request, Error, ImageInfo, ImgurClient, Result};
pub async fn upload_image(client: &ImgurClient, image: String) -> anyhow::Result<ImageInfo> {
pub async fn upload_image(client: &ImgurClient, image: String) -> Result<ImageInfo> {
// create http form (hashmap)
let mut form = HashMap::new();
// insert image to form
@ -21,20 +21,16 @@ pub async fn upload_image(client: &ImgurClient, image: String) -> anyhow::Result
// check if an error has occurred
if status.is_client_error() || status.is_server_error() {
let mut body = res.text().await?;
let body = res.text().await?;
if body.chars().count() > 200 {
body = "server returned too long".to_string()
// if body is too long do not return it (imgur sometimes returns whole Request)
if body.chars().count() > 50 {
Err(Error::ApiErrorBodyTooLong(status.as_u16()))?;
}
let err = io::Error::new(
io::ErrorKind::Other,
format!("server returned non-successful status code = {status}, body = {body}"),
);
Err(err.into())
} else {
let content: ImageInfo = res.json().await?;
Ok(content)
return Err(Error::ApiError(status.as_u16(), body));
}
// return `ImageInfo`
Ok(res.json().await?)
}

View File

@ -0,0 +1,38 @@
use std::collections::HashMap;
use reqwest::{Method, Response};
use crate::{ImgurClient, Result};
/// Send request to a Imgur API
pub async fn send_api_request(
config: &ImgurClient,
method: Method,
uri: String,
form: Option<HashMap<&str, String>>,
) -> Result<Response> {
// get http client
let client = &config.client;
// create Request buidler
let mut req = client.request(method, uri.as_str());
// add `Authorization` and `User-Agent` to Request
req = req
.header("Authorization", format!("Client-ID {}", config.client_id))
.header(
"User-Agent",
format!("Imgur/{:?}", env!("CARGO_PKG_VERSION")),
);
// if exists add HashMap to Request
if form.is_some() {
req = req.form(&form.unwrap())
}
// build Request
let req = req.build()?;
// send Request
Ok(client.execute(req).await?)
}

View File

@ -1,3 +1,11 @@
//! [![github]](https://github.com/M3DZIK/imgurs)
//! [![crates-io]](https://crates.io/crates/imgurs)
//! [![docs-rs]](https://docs.rs/imgurs)
//!
//! [github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
//! [crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
//! [docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
//!
//! This crate is an unofficial implementation of the [Imgur API](https://imgur.com) in Rust.
//!
//! # Installation
@ -11,46 +19,84 @@
//! your application, simply add it to your project's `Cargo.toml`.
//! ```toml
//! [dependencies]
//! imgurs = "0.7.3"
//! imgurs = "0.11.3"
//! ```
//!
//! # Example Usage
//!
//! ## Create new ImgurClient
//! ```ignore
//! ```
//! use imgurs::ImgurClient;
//!
//! let client = ImgurClient::new("client id");
//! let client = ImgurClient::new("client_id");
//! ```
//!
//! ## Image Upload
//! ```ignore
//! // From URL
//! let info = client.upload_image("https://i.imgur.com/lFaGr1x.png").await?;
//! ```no_run
//! use imgurs::ImgurClient;
//!
//! // From File
//! let info = client.upload_image("path/to/image.png").await?;
//! #[tokio::main]
//! async fn main() {
//! let client = ImgurClient::new("client_id");
//!
//! // From URL
//! let info = client
//! .upload_image("https://i.imgur.com/lFaGr1x.png")
//! .await
//! .unwrap();
//! println!("{:?}", info);
//!
//! // From File
//! let info = client.upload_image("path/to/file.png").await.unwrap();
//! println!("{:?}", info);
//! }
//! ```
//!
//! ## Delete Image
//! ```ignore
//! client.delete_image("SuPeRsEcReTDeLeTeHaSh").await?; // delete hash
//! ```no_run
//! use imgurs::ImgurClient;
//!
//! #[tokio::main]
//! async fn main() {
//! let client = ImgurClient::new("client_id");
//!
//! client.delete_image("delete_hash").await.unwrap(); // delete hash
//! }
//! ```
//!
//! ## Get Image Info
//! ```ignore
//! let info = client.image_info("lFaGr1x").await?; // image id
//! ```no_run
//! use imgurs::ImgurClient;
//!
//! println!("{:?}", info);
//! #[tokio::main]
//! async fn main() {
//! let client = ImgurClient::new("client_id");
//!
//! let info = client.image_info("lFaGr1x").await.unwrap(); // image id
//!
//! println!("{:?}", info);
//! }
//! ```
//!
//! ## Get Client RateLimit
//! ```ignore
//! let info = client.rate_limit.await?;
//! ```no_run
//! use imgurs::ImgurClient;
//!
//! println!("{:?}", info);
//! #[tokio::main]
//! async fn main() {
//! let client = ImgurClient::new("client_id");
//!
//! let info = client.rate_limit().await.unwrap();
//!
//! println!("{:?}", info);
//! }
//! ```
mod api;
mod error;
pub use error::*;
pub use api::*;
#[cfg(feature = "imgur")]
mod imgur;
#[cfg(feature = "imgur")]
pub use imgur::*;

View File

@ -1,19 +0,0 @@
use imgurs::ImgurClient;
use simple_logger::SimpleLogger;
mod cli;
mod config;
#[tokio::main]
async fn main() {
SimpleLogger::new().init().expect("init SimpleLogger");
better_panic::install();
// parse config file
let config = config::toml::parse();
// create imgur client
let client = ImgurClient::new(&config.imgur.id);
cli::parse(client).await
}