Giter Site home page Giter Site logo

autogithub's Introduction

AutoGithub

This is a project written in python.Welcome to pull request or post issues.

  • Automatically follow a lot of Github users.
  • Automatically find and output the awesome repo your firends staring or forking in the dashborad.
  • Automatically star some awesome repos with the customized rule. // TODO

Github Follow

Automatically follow a lot of Github users.

Set up

Try to edit it in the file named GithubFollow.py.

# new object GithubFollow with parm1:username parm2:password
gt = GithubFollow('username','password')

# login
gt.login()

# range 1,100 is the page of follower page
for i in range(1,100):
    gt.listFollow(i,'yfgeek')
    #The person who you want to copy his follower to yours

Drink some ☕️ and enjoy it!

Github Awesome

Automatically find and output the awesome repo your friends staring or forking in the dashborad.

Rule

If the vaule of star or fork in the repo your friends staring of forking is more than you set up before, it will output as an awesome project.

🌰 E.g.

min star: 50
min fork: 50

Set up

To confirm you have installed beautifulsoup4.

pip install beautifulsoup4

Try to edit it in the file named GithubAwesome.py.

ga = GithubAwesome('username','password')
# login
ga.login()
# get awesome repo param is the page you want to see
ga.get_awesome(1,20,50) # page 1 ,the output rule: min star 20 min or fork 20

You will find a lot of awesome projects everyday if you are following more than 1K github users.

Have a nice day! 😁

autogithub's People

Contributors

yfgeek avatar

Watchers

James Cloos avatar Lin Wang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.