https://github.com/exposedcat/insta-formatter-telegram
Telegram bot for insta-formatter API
https://github.com/exposedcat/insta-formatter-telegram
Last synced: 2 months ago
JSON representation
Telegram bot for insta-formatter API
- Host: GitHub
- URL: https://github.com/exposedcat/insta-formatter-telegram
- Owner: ExposedCat
- Created: 2022-07-26T06:40:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T10:40:01.000Z (over 3 years ago)
- Last Synced: 2025-01-18T14:34:17.416Z (12 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Instagram Posts Formatter
Telegram Bot




๐ค Try it out
โญ๏ธ Features
- Portrait, Landscape and Standard posts support
- Using image dominant color as the background for the gaps
- Strict code formatting rules
- Scalable file architecture
- Well-readable git repository with a beautiful README :ะท
๐ผ TODO
- Add option to specify custom aspect ratio
โ๏ธ Stack
- Programming language: Node.JS
- API: Telegraf.JS
๐ Running
via pure Node.JS
1. Clone this repo:
```bash
git clone https://github.com/ExposedCat/insta-formatter-telegram.git
```
2. Go to the project root:
```bash
cd insta-formatter-telegram
```
3. Create copy of `example-config.env` called `config.env` and replace example data with yours
4. Start app:
```bash
npm start
```
or
```bash
node .
```
or
```bash
node src/app.js
```
๐ฉ Dependencies
- Telegraf.JS
- Telegraf I18N
- Axios
- DotEnv