userapi-ai 0.3.1 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91120dbeaa726be94fe09fdce1efa9a6c1202a35b061035e9b5c4a8a7ec474af
4
- data.tar.gz: 69cc0065970e41c08e83aad2b7e4dd12e0a484c339fbd3bffa2fc76d47f65ebb
3
+ metadata.gz: 14f42c44bdfc801dc6815377d85849564cd23208d22b1e68e6f012249b0c32eb
4
+ data.tar.gz: 8929be8878267fc3519dc1f020ed18e2e8d249565874f193b91fcf7c51a60d54
5
5
  SHA512:
6
- metadata.gz: 2b5c5f343de570e8f116256e6db0ece696bc9c280c813e909d3f6daa3e9ca3a49af17d755c832b3a9946d8d2415402e385b4195db93fa5b34666d1c1ca859f9d
7
- data.tar.gz: 98fb272867b951cff85f64dc08b62d25537bfd7552527dba2f7df4ba17a3f90b7e3b3613b2e152bead3b5923da8241a6e052f761d1e39f834ffa0b233907275e
6
+ metadata.gz: c2821617f7b643ba41dc4fc5582e8290920cde836a6bd15a41336c094069a7b7a1b7b2979dde7639aa9d269a3f97294715729dc9a2855d601d1009a317002024
7
+ data.tar.gz: ed745dff06ef8efce9d7026c9437321a40c64aebfae7f002380bb9567faf52f70829cea21da6a5cff09df60392682bd8b9b2d044f3266a593a51f2220b86b1d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.2] - 2024-03-24
4
+ - Fix description
5
+
3
6
  ## [0.3.0] - 2024-03-24
4
7
  - Tools: crop
5
8
 
data/README.md CHANGED
@@ -46,15 +46,15 @@ That's it. You are now ready to go!
46
46
  ## Usage
47
47
 
48
48
  Make sure you have a
49
+ - A Userapi.ai account at [Userapi.ai](https://userapi.ai/)
49
50
  - Discord Account or create one at [Discord](https://discord.com)
50
51
  - A Midjourney account or sign up at [Midjourney](https://www.midjourney.com)
51
52
  - A Midjourney Paid plan to use this gem or sign up at [Midjourney Plans](https://www.midjourney.com/account/)
52
- - A Userapi.ai Paid plan at [Userapi.ai](https://userapi.ai/)
53
53
 
54
54
  After signing in, you can get your Discord token by checking out any message request you send in the browser.
55
55
  You can do this by opening the developer tools in your browser and going to the network tab.
56
56
  Then send a message in any channel and look for the request to `messages` in the network tab.
57
- Check out the Request Headers and look for the `authorization` header. Copy the value of the header and use it as your Discord User Tokens.
57
+ Check out the Request Headers and look for the `authorization` header. Copy the value of the header and use it as your Discord User Tokens. [Read more here](https://blog.userapi.ai/post/5).
58
58
 
59
59
  ### Configuration
60
60
 
@@ -105,7 +105,7 @@ You can use it to generate images of people, animals, objects, and anything else
105
105
  ```
106
106
  See more [here](https://butternut-saffron-e5e.notion.site/Midjourney-userapi-ai-doc-en-119680339b0a47e2ba6ae467eca58142#9abe719bb58948039acb5f0a6aee8947).
107
107
 
108
- #### Tools
108
+ ## Magick Tools
109
109
 
110
110
  You can split the quad-layout output from Midjourney into 4 separate images.
111
111
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UserapiAi
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.3"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: userapi-ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
- - Smolev Denis
7
+ - Denis Smolev
8
+ - Nikita Zdr
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
@@ -38,7 +39,10 @@ dependencies:
38
39
  - - ">="
39
40
  - !ruby/object:Gem::Version
40
41
  version: '1'
41
- description:
42
+ description: 'This library provides a convenient way to interact with the Midjourney
43
+ via API offered by the UserAPI.ai website. All major methods are available, including:
44
+ imagine, describe, upscale, variations, inpaint (vary region), pan, zoom, and reroll,
45
+ working in the remix mode.'
42
46
  email:
43
47
  - smolev@me.com
44
48
  executables: []
@@ -60,11 +64,11 @@ files:
60
64
  - lib/userapi/tools.rb
61
65
  - lib/userapi/version.rb
62
66
  - sig/userapi/ai.rbs
63
- homepage: https://userapi.ai.
67
+ homepage: https://userapi.ai
64
68
  licenses:
65
69
  - MIT
66
70
  metadata:
67
- homepage_uri: https://userapi.ai.
71
+ homepage_uri: https://userapi.ai
68
72
  source_code_uri: https://github.com/neonix20b/userapi-ai
69
73
  changelog_uri: https://github.com/neonix20b/userapi-ai/blob/main/CHANGELOG.md
70
74
  post_install_message: