This repository was archived by the owner on Jun 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (38 loc) 路 2.25 KB
/
Copy pathconfig.json
File metadata and controls
38 lines (38 loc) 路 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"inbox_refresh_delay": 15,
"inbox_limit": 50,
"admin_usernames": ["willyjl_"],
"admin_command_prefix": "!",
"user_agent": "Instagram 89.0.0.21.101 Android (19/4.4; 320dpi; 720x1280; Xiaomi; HM 1SW; armani; qcom; en_US)",
"urls": {
"_mid": "https://www.instagram.com/web/__mid/",
"login": "https://www.instagram.com/accounts/login/ajax/",
"2fa_login": "https://www.instagram.com/accounts/login/ajax/two_factor/",
"inbox": "https://i.instagram.com/api/v1/direct_v2/inbox/",
"pending_inbox": "https://i.instagram.com/api/v1/direct_v2/pending_inbox/?cursor=",
"accept_pending": "https://i.instagram.com/api/v1/direct_v2/threads/approve_multiple/",
"seen": "https://i.instagram.com/api/v1/direct_v2/threads/{thread_id}/items/{item_id}/seen/",
"send_message": "https://i.instagram.com/api/v1/direct_v2/threads/broadcast/text/",
"send_link": "https://i.instagram.com/api/v1/direct_v2/threads/broadcast/link/"
},
"lang": {
"greet": "Welcome to InstaDownloader! We currently support: Posts (photo, video and slides), Stories (photo and video), Reels, IGTVs and Profiles (user icon). Please refrain from sending anything other than those media types.",
"error": "Something went wrong...",
"unsupported": "That content type is not supported!",
"private": "That account is private, we'll try to follow them!",
"deleted": "That content was deleted!",
"expired": "That content has expired!",
"unavailable": "That content is unavailable!",
"invalid_slides_item": "Slides post contains an invalid item!",
"invalid_post_type": "Post is of an invalid type!",
"invalid_story_type": "Story is of an invalid type!",
"invalid_reel_type": "Reel is of an invalid type!",
"invalid_igtv_type": "IGTV is of an invalid type!",
"no_profile_icon": "Profile doesn't have an icon!",
"no_text_messages": "Please refrain from sending the bot anything other than media!",
"no_media": "Are you stupid?",
"no_disappearing_media": "Disappearing media is not supported!",
"no_voice_messages": "Voice messages are not supported!",
"no_stickers_gifs": "Stickers and GIFs are not supported!"
}
}