You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to have multiple InstaWebhooks instances open if you want to monitor multiple Instagram accounts to a webhook or multiple webhooks for a Instagram account.
Describe the solution you'd like
Being able to specify a list of webhooks or Instagram accounts.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Fixes#20
Add support for multiple webhooks and Instagram accounts.
* **Parser Updates:**
- Update `parser.add_argument` for `instagram_username` to accept multiple usernames.
- Update `parser.add_argument` for `discord_webhook_url` to accept multiple URLs.
- Update help text to reflect the new functionality.
* **Main Logic Updates:**
- Update `args.instagram_username` to handle a list of usernames.
- Update `args.discord_webhook_url` to handle a list of URLs.
- Update `check_for_new_posts` function to iterate over multiple Instagram accounts and webhooks.
- Update `send_to_discord` function to handle multiple webhooks.
* **Documentation Updates:**
- Update `docs/source/usage.rst` to show usage with multiple Instagram usernames and Discord webhook URLs.
- Update `docs/source/getting-started.rst` to reflect the new functionality of specifying multiple webhooks or Instagram accounts.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/RyanLua/InstaWebhooks/issues/20?shareId=XXXX-XXXX-XXXX-XXXX).
Is your feature request related to a problem?
You need to have multiple InstaWebhooks instances open if you want to monitor multiple Instagram accounts to a webhook or multiple webhooks for a Instagram account.
Describe the solution you'd like
Being able to specify a list of webhooks or Instagram accounts.
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: