Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 12655a4

Browse files
author
Bash06
committed
2 parents 9a46e59 + 35f1293 commit 12655a4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
> This project is not associated with Instagram or Meta in any way.
12
# What is this?
2-
VxInstagram is an open-source, blazing fast server that scrapes the direct URL to a video from instagram's CDN to fix embedding in apps like discord.
3+
VxInst is an open-source, blazing fast server that scrapes the direct URL to a video from instagram's CDN to fix embedding in apps like discord.
34

45
> [!TIP]
56
> If you're looking for the public API stuff, go to [the wiki](https://github.com/Reishimanfr/vxinstagram/wiki)
@@ -11,7 +12,7 @@ https://vxinstagram.com/...
1112
This will attempt to embed the instagram video:<br>
1213
![image](https://github.com/user-attachments/assets/4e129b3a-efe2-4c42-b15b-25e8a9b51e2e)<br>
1314
> [!TIP]
14-
> Clicking the VxInstagram URL will redirect you to the original post
15+
> Clicking the VxInst URL will redirect you to the original post
1516
# Self-hosting
1617
## 🍏 Mac and Linux 🐧
1718
<details>
@@ -31,7 +32,7 @@ cd vxinstagram
3132
go build -ldflags "-s -w" -tags=jsoniter -o vxinsta
3233
```
3334

34-
Check out the examples on how to run VxInstagram
35+
Check out the examples on how to run VxInst
3536

3637
</details>
3738

@@ -43,13 +44,13 @@ There are no precompiled binaries for windows meaning you'll need to compile the
4344

4445
```ps
4546
# Clone the repository
46-
git clone --depth=1 https://github.com/Reishimanfr/vxinstagram
47+
git clone --depth=1 https://github.com/Reishimanfr/vxinst
4748
4849
# Cd into the directory
49-
cd vxinstagram
50+
cd vxinst
5051
5152
# Compile the code
52-
go build -ldflags "-s -w" -tags=jsoniter -o vxinsta.exe
53+
go build -ldflags "-s -w" -tags=jsoniter -o vxinst.exe
5354
```
5455

5556
</details>
@@ -98,15 +99,15 @@ The server can be configured using either command-line flags or environment vari
9899

99100
\* = Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
100101

101-
## 📚 Examples on running VxInstagram
102+
## 📚 Examples on running VxInst
102103
Run on the default port with no TLS
103104
```ps
104-
./vxinsta
105+
./vxinst
105106
```
106107

107108
Run with TLS enabled, a proxy attached, redis for cache and instagram credentials (recommended)
108109
```ps
109-
./vxinsta \
110+
./vxinst \
110111
--secure
111112
--cert-file="/path/to/your/ssl/certificate"
112113
--key=file="/path/to/your/ssl/key"

0 commit comments

Comments
 (0)