Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

EvanHahn/add-a-bunch-of-GitHub-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

add a bunch of GitHub issues

I had a file like this:

fix the bug
add the feature
break the other feature
...

I wanted to add each line as a GitHub issue. So I built this little thing. To do this:

# clone this sucker and cd inside
virtualenv env
source env/bin/activate
pip install -r requirements.txt

# answer its questions
./add-a-bunch-of-github-issues.py

It has a ton of sleeps so that you don't piss GitHub off.

About

a script to add a ton of GitHub issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages