userapi-ai 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/userapi/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2a312a94b6fe794c6864447a87b538ded2da5a079f66bd1bb4a8a6fcccb10ce
4
- data.tar.gz: 5bd0aea4b27da2633785f9e03ffb6e36f621e2e235713c73eeac3650e5a5f818
3
+ metadata.gz: 14f42c44bdfc801dc6815377d85849564cd23208d22b1e68e6f012249b0c32eb
4
+ data.tar.gz: 8929be8878267fc3519dc1f020ed18e2e8d249565874f193b91fcf7c51a60d54
5
5
  SHA512:
6
- metadata.gz: 5bb79c11f927d79eb97284cc0c1ccb099905c13108cb92078bd2705aa44279070b865c8ebc45d313840ee28015bfa6fb1f7abd2d8f9a2a9a766d86224f98b6d3
7
- data.tar.gz: 2656128845097f9614ca64c26c353b9343df1a2794ee5e3990bbce8258b1508e09a7819e4ff4cbdace8a0fd5d307d8d37aa8a569c2331958ae6094cae68ca847
6
+ metadata.gz: c2821617f7b643ba41dc4fc5582e8290920cde836a6bd15a41336c094069a7b7a1b7b2979dde7639aa9d269a3f97294715729dc9a2855d601d1009a317002024
7
+ data.tar.gz: ed745dff06ef8efce9d7026c9437321a40c64aebfae7f002380bb9567faf52f70829cea21da6a5cff09df60392682bd8b9b2d044f3266a593a51f2220b86b1d7
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.2"
4
+ VERSION = "0.3.3"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: userapi-ai
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Smolev