class Socialmail::Instagram

Defined in:

socialmail/modules/instagram.cr

Constant Summary

BIAS_REQ_MET = :post
ENDPOINT_BIAS = "https://www.instagram.com/accounts/account_recovery_send_ajax/"

Confirmation Bias

ENDPOINT_URL = "https://www.instagram.com/accounts/password/reset/"
MODULE_NAME = "INSTAGRAM"
MODULE_URL = "https://www.instagram.com"

Constructors

Instance Method Summary

Instance methods inherited from class Socialmail::Base

has_account(is_registered : Bool) has_account, user_agent user_agent

Constructor methods inherited from class Socialmail::Base

new(module_name : String, email_address : String) new

Constructor Detail

def self.new(email_address : String) #

[View source]

Instance Method Detail

def create_body #

[View source]
def do_req #

Notice: This request is NOISY! It will send account recovery email to the target. We can bypass this by trying to register account with the same email. xxx: impl technique via account registration


[View source]
def registered : Bool #

[View source]
def teq #

[View source]