An open API service indexing awesome lists of open source software.

https://github.com/anandhakrishnanaji/git_crawler

GItCrawler is a python webscraping application to create a tree of relation between users.GitCrawler is in its beginning phase as it is single threaded now.
https://github.com/anandhakrishnanaji/git_crawler

git-crawler hacktoberfest python-webscraping-application python3 recursion tree

Last synced: 29 days ago
JSON representation

GItCrawler is a python webscraping application to create a tree of relation between users.GitCrawler is in its beginning phase as it is single threaded now.

Awesome Lists containing this project

README

          

# git_crawler
GItCrawler is a python webscraping application to create a tree of relation between users.GitCrawler is in its beginning phase as it is single threaded now.

Run using

``python3 gitcrawler.py <[OPTIONAL]recursionlimit>``

Recursion limit decides the depth of the tree. Try to set recursion limit less while running as the program is not efficient now and is running in single thread. Multi threading will be soon added.

Execute setup.sh to install the additional python modu;es for the project

``./start.sh``