Skip to content

csbok/github-trending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-Trending

demo : https://trend.pythonanywhere.com/

list view screenshot detail view screen shot

Requirements

  • Python3

Usage

Installation

$ git clone https://github.com/csbok/github-trending
github-trending$ cd github-trending
github-trending$ pip install -r requirements.txt
github-trending$ cd trend_django
github-trending/trend_django$ python manage.py migrate

Data Crawling

github-trending$ cd trend_scrapy
github-trending/trend_scrapy$ scrapy crawl trend

Run Server

github-trending$ cd trend_django
github-trending/trend_django$ python manage.py runserver