Coder Social home page Coder Social logo

reposcanner's People

Contributors

marcan2020 avatar ph1ll avatar rbsec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reposcanner's Issues

apt-get install python-git

Since reposcanner uses python3, line 17 should read:
print("\nPython git module missing (apt-get install python3-git)\n")

Hope this helps,
m8r0wn

invalid syntax

File "reposcanner.py", line 115
print("Parsing commit %s%s%s\r" % (col.green, count, col.end), end="", flush=True)
^
SyntaxError: invalid syntax

Scan for missing README.md

To encourage users to document code and increase code quality could we have the scanner search through the repo for missing items like README.md, license, and other highly recommended filenames?

Initial Request:
README.md
LICENSE

Future Options:
.ipynb
requirements.txt
setup

Add ability to search TODO or FIXME

I've got a growing repo and it needs updating, part of that is over a hundred repos and many of them have code tags TODO, FIXME, or DONTFIX files that need to be addressed.

Would it be within scope and simple to amend the code to add this functionality?

I envision a CSV output of

githuburl, reponame, filename, linenumber, codetag, trailing comments.
datatalking,yahoo_finance_Sp500_scrape,SANDP500_scrape.py,43,TODO,modify to change to CSV

A combination of regex grep and parsing the repo URL would give us most of what we need.

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.