A quick scrapy project to get profiles of different users based on their programming languages
This scrapy project parses the result of a search in github for a specific location and programming language.
- username
- name
- language
- location
- avatar
- date of subscription
Do not forget to specify the path of the proxy list /github_scrapper/list_proxy.txt
-
You can use a MySQL database or MongoDB.
-
Run the sql file in
/github_scrapper/db/mysql.sql
with the commandsource mysql.sql
. -
Change credentials of your own database in
settings.py
. Default is username: root password: root.
You can add tables associated to a language respecting the syntax :
- users_
language
- Python
- Scrapy
- MySQL-python
- Twisted