diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fad8573..225c024 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,18 +3,10 @@ name: Bug report about: Create a report to help us improve title: "[BUG] " labels: bug -assignees: adw0rd --- -### Compensate with donations ($5 and more) for the time I spent to fix problems or send me your [Pull Request](https://github.com/adw0rd/instagrapi-rest/pulls) with fixes - -* Bitcoin: 3KHgnvNNWio6wyQ71cgNeBQojXStxzkzfd -* Ethereum: 0x6e644c6b975B47801072b07a9a57DDfEC10DE74F -* https://paypal.me/adw0rd -* https://www.patreon.com/adw0rd -* https://www.buymeacoffee.com/adw0rd -* For Russia: СБП, Qiwi и тп: **+79118107609** +### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3 **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 23fd4e8..0e86625 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,18 +3,10 @@ name: Feature request about: Suggest an idea for this project title: '' labels: enhancement -assignees: adw0rd --- -### Compensate with donations ($20 and more) for the time I spent to implement new functionality or send me your [Pull Request](https://github.com/adw0rd/instagrapi/pulls) with your implementation of the new functionality - -* Bitcoin: 3KHgnvNNWio6wyQ71cgNeBQojXStxzkzfd -* Ethereum: 0x6e644c6b975B47801072b07a9a57DDfEC10DE74F -* https://paypal.me/adw0rd -* https://www.patreon.com/adw0rd -* https://www.buymeacoffee.com/adw0rd -* For Russia: СБП, Qiwi и тп: **+79118107609** +### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] diff --git a/LICENSE b/LICENSE index e9bdc6d..e1fd273 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Mikhail Andreev +Copyright (c) 2023 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app.json b/app.json index 1c9d4dc..c325cb8 100644 --- a/app.json +++ b/app.json @@ -16,8 +16,8 @@ "private", "api" ], - "website": "https://github.com/adw0rd/instagrapi-rest", - "repository": "https://github.com/adw0rd/instagrapi-rest", + "website": "https://github.com/subzeroid/instagrapi-rest", + "repository": "https://github.com/subzeroid/instagrapi-rest", "success_url": "/docs", - "logo": "https://github.com/adw0rd/instagrapi-rest/raw/main/logo.png" + "logo": "https://github.com/subzeroid/instagrapi-rest/raw/main/logo.png" } diff --git a/golang/client.go b/golang/client.go index d162af5..c5207d4 100644 --- a/golang/client.go +++ b/golang/client.go @@ -306,7 +306,7 @@ func main() { if settings != "{}" { sessionid = setSettings("", settings) } else { - sessionid = login("adw0rd", "test") + sessionid = login("example", "test") } if sessionid != "" { log.Println("SESSIONID: ", sessionid) diff --git a/swift/client.swift b/swift/client.swift index 13c4de8..9414120 100755 --- a/swift/client.swift +++ b/swift/client.swift @@ -3,7 +3,6 @@ // client.swift // for instagrapi-rest // -// Created by adw0rd on 21.05.2021. // import Foundation @@ -40,4 +39,4 @@ func getVersion() { getVersion() //pkFromCode(code: "B1LbfVPlwIA") -// dump(Process.arguments) \ No newline at end of file +// dump(Process.arguments)