Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Bulk IP assignment

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api, tooling

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.

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.

Dominant language
Python
Stars
1
Forks
3
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mailgun/scripts

All issues in mailgun/scripts

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.