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.
- Host: GitHub
- URL: https://github.com/anandhakrishnanaji/git_crawler
- Owner: anandhakrishnanaji
- Created: 2020-06-22T16:30:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T18:53:46.000Z (over 5 years ago)
- Last Synced: 2025-04-04T17:33:18.149Z (about 1 year ago)
- Topics: git-crawler, hacktoberfest, python-webscraping-application, python3, recursion, tree
- Language: CSS
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``