feross / SpoofMAC

:briefcase: Change your MAC address for debugging
https://feross.org/spoofmac/
3.02k stars 271 forks source link

Find new maintainers! #29

Closed feross closed 9 years ago

feross commented 10 years ago

SpoofMAC is looking for new maintainers. I haven't written Python in much too long, so I'm not the best maintainer for this package going forward. @TkTech (who did the v1 rewrite and made it PEP8 compliant) is very busy and could use some help.

There are many open issues regarding Python 3 support (https://github.com/feross/SpoofMAC/issues/22, https://github.com/feross/SpoofMAC/issues/25, https://github.com/feross/SpoofMAC/issues/28) so if someone wants to tackle that with a PR, if it looks good, we'll add you as a GitHub collaborator. :)

Thanks in advance to anyone who steps up!

we want you

pteek commented 10 years ago

I already have a working python 3 version compatible with winxp and win7. I had problems with line endings since I am on a windows machine. I will upload my source as zip here the next chance I get.

http://www.datafilehost.com/d/f5dda6c1 http://www.datafilehost.com/d/a13255f4

Uncheck the "Use our download manager option"

There is no way to restart a network adapter from cmd on winxp. So, I use devcon to do this. users will need devcon in PATH for winxp support.

Of cource the an conditional can be added to check from winxp and branch to the proper solution(cmd or devcon) in a single release.

My stackoverflow question regarding the line ending issue.

http://stackoverflow.com/questions/23045395/making-a-commit-on-github-breaks-code-same-change-works-manully

pteek commented 10 years ago

I got everyhting in line and sent you a pull request.

The devcon console needed for winxp compatiblity is not redistributable, so user will need to install it themselves. I will add xp fix later just for completeness.

feross commented 10 years ago

Thanks, replied to your PR.

feross commented 9 years ago

@pteek You now have collaborator access to this repo.

SpoofMAC is now an OPEN open source project. See: https://github.com/feross/webtorrent/blob/master/CONTRIBUTING.md

In short, this means individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit.

feross commented 9 years ago

@pteek First thing you should do: add yourself to the contributors list in the README.

pteek commented 9 years ago

Ah! This is good news. Thanks!