This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
KaKi87
/
instagram-session-id-getter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
🔧
Make package executable
KaKi87
2 months ago
parent
ce5ad6be13
commit
6386d645a9
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
index.js
+3
-1
package.json
+ 2
- 0
index.js
View File
@ -1,3 +1,5 @@
#!/usr/bin/env node
const
{
app
,
BrowserWindow
,
session
}
=
require
(
'electron'
)
;
app
.
once
(
'ready'
,
async
(
)
=>
{
const
+ 3
- 1
package.json
View File
@ -9,5 +9,7 @@
"devDependencies"
:
{
"electron"
:
"^10.1.3"
}
,
"dependencies"
:
{
}
"bin"
:
{
"instagram-session-id-getter"
:
"./index.js"
}
}
Write
Preview
Loading…
Cancel
Save