Import Instagram archive to a Bluesky account
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update .env.dist default test and logging configurations

- Disable image test mode by default
- Change log level from debug to info
- Align configuration with recent testing improvements

+2 -2
+2 -2
.env.dist
··· 8 8 SIMULATE=1 9 9 # Test modes for different media types 10 10 TEST_VIDEO_MODE=0 11 - TEST_IMAGE_MODE=1 11 + TEST_IMAGE_MODE=0 12 12 # Logging level 13 - LOG_LEVEL=debug 13 + LOG_LEVEL=info