Skip to content

Commit

Permalink
To example
Browse files Browse the repository at this point in the history
  • Loading branch information
subzeroid committed Sep 3, 2023
1 parent db7c992 commit 59ce65b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 25 deletions.
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 1 addition & 9 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [...]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion golang/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions swift/client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// client.swift
// for instagrapi-rest
//
// Created by adw0rd on 21.05.2021.
//

import Foundation
Expand Down Expand Up @@ -40,4 +39,4 @@ func getVersion() {

getVersion()
//pkFromCode(code: "B1LbfVPlwIA")
// dump(Process.arguments)
// dump(Process.arguments)

0 comments on commit 59ce65b

Please sign in to comment.