Skip to content

piombilubicsr/SnapchatLib

Repository files navigation

SnapchatLib

            SnapchatClient snapchatClient = new SnapchatClient(
             new SnapchatConfig
             {
                 androidIncrementalVersion = device.AndroidIncrementalVersion,
                 androidOsSDK = device.AndroidOsSDK,
                 Debug = true,
                 androidOsVersion = device.AndroidOsVersion,
                 phoneManufacture = device.PhoneManufacture,
                 phoneModel = device.PhoneModel,
                 PhoneId = device.PhoneId,
                 ProxySigner = true,
                 Timeout = 1000,
                 SnapchatVersion = SnapchatVersion.V12_76_0_38,
                 Proxy = new WebProxy("PROXY_HERE", false, null, new NetworkCredential("PROXY_USERNAME_HERE", "PROXY_PASSWORD_HERE")),
                 ApiKey = "KEY_HERE",
                 IPAPIPROKEY = "https://members.ip-api.com/ get a key here",
             });

How to sign?

Contributing Guidelines

  • Only Contribute to DEV branch else we will close your PR