instabot 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2b6c889968c1400b06a21a066935e41a259348d
4
- data.tar.gz: 087a315b538c61565e2ec96babe37ef35136dc05
3
+ metadata.gz: 3da444a7454f6b7d3f242717f4cb00c9f69685e4
4
+ data.tar.gz: d2a4c2f592f67ffc4ae2a703fa0fae667bb99b85
5
5
  SHA512:
6
- metadata.gz: 337aa9ba1be94a28eb9194dc503ed639ae663d54935e2aac005673412e106c0582f6b35b366fb3e1ce6ebf1d85c1b5392cd27257d6ad352d1c9519792b578275
7
- data.tar.gz: aaa701d0675812fd495e7d7ab3513578eaca7daf35e70035f63d9ab2fd91744702144d95b756f420443da330045240108a61004bc4b8fe9a6c535938e98d31ae
6
+ metadata.gz: e27902d70f5d8521e8e6045429cce0998bdb763b803c6bd137a1370f737f894710aa3ad790dce23e80dbd2d440204766aa2adec09f52b3e903986a3580d3c30a
7
+ data.tar.gz: 02cb1e6320863c72575343be87b4fa20551c52d54384158cb794e83a1df4035d8fce31bf819dfdaf0dd442aef1542a80271afd23db9d8930671a65c58d6e4b2a
@@ -2,8 +2,15 @@ module Banner
2
2
 
3
3
  def print_banner()
4
4
  puts <<-BANNER
5
- banner location ...
5
+ ██╗███╗ ██╗███████╗████████╗ █████╗ ██████╗ ██████╗ ████████╗
6
+ ██║████╗ ██║██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██╔═══██╗╚══██╔══╝
7
+ ██║██╔██╗ ██║███████╗ ██║ ███████║██████╔╝██║ ██║ ██║
8
+ ██║██║╚██╗██║╚════██║ ██║ ██╔══██║██╔══██╗██║ ██║ ██║
9
+ ██║██║ ╚████║███████║ ██║ ██║ ██║██████╔╝╚██████╔╝ ██║
10
+ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═════╝ ╚═╝
11
+
6
12
  BANNER
13
+ puts "A instagram bot works without IG api".white.bold + " #Author ".yellow + "github.com/eVanilla".cyan
7
14
  end
8
15
 
9
16
  end
@@ -14,7 +14,7 @@ module Login
14
14
  custom_print "[+] ".cyan + "Successfully logged in".green.bold
15
15
  else
16
16
  @login_status = false
17
- custom_print "[-] ".cyan + "Invalid username or password".red.bold
17
+ custom_print "[-] ".cyan + "Invalid username or password or maybe a bug!".red.bold
18
18
  exit
19
19
  end
20
20
  puts
@@ -1,4 +1,4 @@
1
1
  module Version
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  # DESCRIPTION = ""
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instabot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - eVanilla