- Using Selenium and Beautiful Soup
- We have scrapped records of 180 topics and associating 21337 GitHub repository informations.
- The data is made available in Kaggle Dataset section and it will be updating in every month.
- Topics list collected (format sample 👇)
title | link | descrip | |
---|---|---|---|
0 | 3D | https://github.com/topics/3d | 3D modeling is the process of virtually developing the surface and structure of a 3D object. |
1 | Ajax | https://github.com/topics/ajax | Ajax is a technique for creating interactive web applications. |
2 | Algorithm | https://github.com/topics/algorithm | Algorithms are self-contained sequences that carry out a variety of tasks. |
3 | Amp | https://github.com/topics/amphp | Amp is a non-blocking concurrency library for PHP. |
4 | Android | https://github.com/topics/android | Android is an operating system built by Google designed for mobile devices. |
- Topics related repository informations collected (format sample 👇)
topic | user_name | repo_name | repo_link | start_count | |
---|---|---|---|---|---|
0 | 3d | mrdoob | three.js | https://github.com/mrdoob/three.js | 87.1k |
1 | 3d | libgdx | libgdx | https://github.com/libgdx/libgdx | 20.8k |
2 | 3d | pmndrs | react-three-fiber | https://github.com/pmndrs/react-three-fiber | 20.5k |
3 | 3d | BabylonJS | Babylon.js | https://github.com/BabylonJS/Babylon.js | 18.8k |
4 | 3d | ssloy | tinyrenderer | https://github.com/ssloy/tinyrenderer | 15.3k |
- Selenium
- Beautiful Soup
Requirements :
- Python used : Python 3.10.8
- Required python packages
pip install -r requirements.txt --upgrade
The license can be found in the LICENSE file.