Bulk IP assignment
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Write a script that when provided with a csv file of domains and a csv file of either IP addresses or IP Pool names, it will assign all the IPs/Pools to all the domains. The script will need to account for instances when customers try to assign an IP Pool to a domain that already has IPs and vice versa.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing scripts and Mailgun API usage, then identify the entry point for reading the two CSV inputs. Clarify how domains, individual IPs, and IP Pool names are represented and how conflicts are handled when either type is already assigned. Done means the script assigns every requested IP or pool to every domain and handles both existing-assignment cases predictably.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100