instagram-publisher
Version:
Publish Instagram Images, Image Slideshows, Video Reels & Stories via NodeJS
15 lines (14 loc) • 1.4 kB
TypeScript
export declare const MIN_2_IMAGES_ERR = "[InstagramPublisher] - Minimum 2 images required";
export declare const MAX_10_IMAGES_ERR = "[InstagramPublisher] - Maximum 10 images allowed";
export declare const IMAGES_NOT_FOUND_ERR = "[InstagramPublisher] - Not all images found";
export declare const THUMBNAIL_NOT_FOUND_ERR = "[InstagramPublisher] - Thumbnail image not found";
export declare const THUMBNAIL_NOT_JPG_ERR = "[InstagramPublisher] - Thumbnail image is not .jpg";
export declare const VIDEO_NOT_FOUND_ERR = "[InstagramPublisher] - Video not found";
export declare const IMAGES_NOT_JPG_ERR = "[InstagramPublisher] - Only .jpg images are allowed";
export declare const IMAGES_WRONG_ASPECT_RATIO_ERR = "[InstagramPublisher] - Not all images have 1:1 aspect ratio";
export declare const LOGIN_ERR = "[InstagramPublisher] - Invalid credentials";
export declare const LOGIN_ERR_COOKIES = "[InstagramPublisher] - No coookies found after login";
export declare const CAPTION_TOO_LONG_ERR = "[InstagramPublisher] - Caption should not exceed 2200 characters";
export declare const INVALID_VIDEO_FORMAT = "[InstagramPublisher] - Only .mp4 video files are supported";
export declare const INVALID_VIDEO_ASPECT_RATIO = "[InstagramPublisher] - Only '1:1', '16:9', '9:16' video aspect ratios are supported";
export declare const LOCATION_NOT_FOUND = "[InstagramPublisher] - Location not found";