Giter Site home page Giter Site logo

clone_all's People

Contributors

0x416c616e avatar

Stargazers

 avatar

Watchers

 avatar  avatar

clone_all's Issues

fix loop bug

Instead of downloading page 1, page 2, page 3, page 4, etc. it downloads page 1, then page 2, then page 1, then page 2, etc. indefinitely and doesn't break out of the loop either.

Make a "download all" option

Maybe keep it in this repo, maybe make a separate repo. But make it so someone can just download repos instead of cloning them.

11 add reset functionality

maybe instead of reset.sh, I can add reset functionality to the clone_all.py program, which will be a command line argument, like so:

clone_all.py --reset

it will delete any html files in html/, subdirectories in the repos/ folder, etc.

copy this repo's asio.py to the asio repo

and when the clone_all program is more or less finished, then pin this issue and make it known that the asio repo is where all future asio.py changes will be made, so this repo's asio.py will be downstream, not upstream

test asio.py functions

don't need to finish all the to-do stuff, but you do need to make sure the existing things work, and then copy the asio.py from this repo into the asio repo

delete all repo_page_X.html from html after cloning all repos

cleans it up a bit

not related to the reset script, which deletes repos in addition to html pages

the html pages are really only temporarily needed, so there's no point in keeping them after all the links are enumerated and then the repos are cloned

10 find repo links from html

after all repo pages have been downloaded, like repo_page_1.html, repo_page_2.html, repo_page_3.html, etc. then parse them again and search for the links to the repos

use a stack, push link strings onto the stack when enumerating, and pop them off when cloning (in a later step, not now)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.