All Projects → maguowei → Starred

maguowei / Starred

Licence: mit
creating your own Awesome List by GitHub stars!

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Starred

blob
个人前端技术博客,各种源码分析,工具分享
Stars: ✭ 26 (-96.48%)
Mutual labels:  star
Dytt
💕体验最好的第三方电影天堂ReactNative客户端🎟
Stars: ✭ 279 (-62.25%)
Mutual labels:  star
Hacktoberfest 2020
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 492 (-33.42%)
Mutual labels:  star
react-native-star-prnt
React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers
Stars: ✭ 61 (-91.75%)
Mutual labels:  star
Rule Engine
🔥 🔥 🔥 📌 规则引擎 📌 RuleEngine 基于web可视化配置,简单高效快捷。
Stars: ✭ 256 (-65.36%)
Mutual labels:  star
Rigel
🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
Stars: ✭ 324 (-56.16%)
Mutual labels:  star
StarView
即刻 APP 收藏按钮的实现
Stars: ✭ 73 (-90.12%)
Mutual labels:  star
Andratingbar
A RatingBar library for android, you can customize size ,color ,spacing and image easily!Support right to left。效果可以参看:https://juejin.im/post/6844904143220391949
Stars: ✭ 582 (-21.24%)
Mutual labels:  star
Startrack Js
GitHub star history and stats - based on JavaScript only!
Stars: ✭ 255 (-65.49%)
Mutual labels:  star
Node Thermal Printer
This npm package was made to control epson and star thermal printers
Stars: ✭ 424 (-42.63%)
Mutual labels:  star
SRTS-Expanded
Rimworld mod
Stars: ✭ 15 (-97.97%)
Mutual labels:  star
HacktoberFest-2020
Open source is changing the world. Join global community for the yearly celebration of open source software!
Stars: ✭ 21 (-97.16%)
Mutual labels:  star
Action Store
Store different kind of actions (Like ❤️, Follow 👁, Star ⭐, Block ...) in one table via ActiveRecord Polymorphic Association.
Stars: ✭ 360 (-51.29%)
Mutual labels:  star
react-star-ratings
A customizable svg star rating component for selecting x stars or visualizing x stars
Stars: ✭ 128 (-82.68%)
Mutual labels:  star
My Actions
爱奇艺会员签到抽奖,腾讯视频会员签到,哔哩哔哩签到,中国电信签到,V2ex签到,哔咔漫画签到,百度贴吧自动签到
Stars: ✭ 518 (-29.91%)
Mutual labels:  star
star-history
The missing star history graph of GitHub repos - https://star-history.com
Stars: ✭ 2,869 (+288.23%)
Mutual labels:  star
Axratingview
Star mark rating view with flat design for iOS8, iOS9, iOS10
Stars: ✭ 313 (-57.65%)
Mutual labels:  star
React Native Star Rating
A React Native component for generating and displaying interactive star ratings
Stars: ✭ 724 (-2.03%)
Mutual labels:  star
Tray
Browser plugin for sending documents and raw commands to a printer or attached device.
Stars: ✭ 543 (-26.52%)
Mutual labels:  star
Hacktoberfest2019
Happy Hacktober! This is a beginner friendly repository made specifically for Hacktoberfest that helps you get your first PR.
Stars: ✭ 378 (-48.85%)
Mutual labels:  star

Starred

github workflow Upload Python Package

Install

$ pip install starred
$ starred --username maguowei --sort > README.md

Usage

$ starred --help

Usage: starred [OPTIONS]

    GitHub starred

    creating your own Awesome List used GitHub stars!

    example:     starred --username maguowei --sort > README.md

Options:
    --username TEXT    GitHub username
    --token TEXT       GitHub token
    --sort             sort by language
    --repository TEXT  repository name
    --message TEXT     commit message
    --version          Show the version and exit.
    --help             Show this message and exit.

Demo

# automatically create the repository
$ export GITHUB_TOKEN=yourtoken
$ starred --username yourname --repository awesome-stars --sort

FAQ

  1. Generate new token

    link: Github Personal access tokens

  2. Why do I need a token?

    • For unauthenticated requests, the rate limit is 60 requests per hour. see Github Api Rate Limiting
    • The token must be passed together when you want to automatically create the repository.
  3. Install the master branch version

    $ pip install -e git+https://github.com/maguowei/starred#egg=starred
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].