niming igapi management
Find a file
2025-06-03 23:39:20 +08:00
backend security updates and some change on protobuf 2025-06-03 23:39:20 +08:00
config PictureMaker: new template, multi page and page switching ; Backend: support gif and webp files 2025-05-09 21:20:07 +08:00
env fix bugs, update the example interface, and rewrite the example PictureMaker 2025-04-28 19:10:26 +08:00
frontend/grpc security updates and some change on protobuf 2025-06-03 23:39:20 +08:00
interface fix(PictureMaker.default): Fix a xss vuln (unsafe jinja2 template rendering). Thanks to @.yucheng2663. ; chore(interface): update format of context. 2025-05-10 02:23:35 +08:00
PictureMaker security updates and some change on protobuf 2025-06-03 23:39:20 +08:00
resource first commit 2025-04-26 22:36:57 +00:00
utils first commit 2025-04-26 22:36:57 +00:00
.gitignore fix(PictureMaker.default): Fix a xss vuln (unsafe jinja2 template rendering). Thanks to @.yucheng2663. ; chore(interface): update format of context. 2025-05-10 02:23:35 +08:00
app.py fix bugs, update the example interface, and rewrite the example PictureMaker 2025-04-28 19:10:26 +08:00
docker-compose.yml fix bugs, update the example interface, and rewrite the example PictureMaker 2025-04-28 19:10:26 +08:00
Dockerfile fix bugs, update the example interface, and rewrite the example PictureMaker 2025-04-28 19:10:26 +08:00
ffmpeg_python-0.2.0-py3-none-any.whl first commit 2025-04-26 22:36:57 +00:00
README.md Remove manual deploy instructions from README.md 2025-04-28 19:15:29 +08:00
requirements.txt security updates and some change on protobuf 2025-06-03 23:39:20 +08:00
TODO security updates and some change on protobuf 2025-06-03 23:39:20 +08:00

Preparing

  • Rename backend/db/id2igid.db.example to backend/db/id2igid.db

  • Rename config/config.py.example to config/config.py

  • Edit config/config.py

ACCOUNT_USERNAME = "<Your_Instagram_username>"
ACCOUNT_PASSWORD = "<Your_Instagram_password>"

Deploy

Docker

docker compose up -d

Modules

frontend - frontend server

interface - interface between IGAPI and main service(niming)

PictureMaker - IG post template