Skip to content

JieDiscovery/trending-get

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trending-get

GitHub

Motivation

Automatically watching top10 trending articles.

Configuration

Download trending-get.py.

Download chrome driver from [here].

Put chromedriver file and trending-get.py in same directory.

In your bash:

cd [to the folder contains trending-get.py]
virtualenv env --python=python3
source ./env/bin/activate
pip install -r requirements.txt

Usage

In your bash:

python3 trending-get.py ["github username"] ["github password"]

Wait a couple seconds, you will get the results.

Help

python3 trending-get.py -h
usage: trending-get.py [-h] username password

Trending-get Tool

positional arguments:
  username
  password

About

Automatically watching top 10 trending articles from github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%