Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What happened with stars? #13

Closed
anvaka opened this issue Nov 27, 2014 · 2 comments
Closed

What happened with stars? #13

anvaka opened this issue Nov 27, 2014 · 2 comments

Comments

@anvaka
Copy link

anvaka commented Nov 27, 2014

Hi guys,

I was exploring BigQuery and your project drew my attention. This query:

SELECT actor, count(*) events FROM [githubarchive:github.timeline]
WHERE type = 'WatchEvent' AND 
              repository_url = 'https://github.com/Rohfosho/CosmosBrowserBackend'
GROUP BY actor
ORDER BY events desc

Yields 13,549 watch events, which means you should have ~13k stars on GitHub. However currently project has 214 stars, and most of the actors in the query seem to be fake users.

Just curious, did someone try to artificially increase amount of stargazers? What happened?

@rohfosho
Copy link
Owner

Hi, yeah, someone released a bot on our repository :/ GitHub took care of it though so we're good now.

@anvaka
Copy link
Author

anvaka commented Nov 27, 2014

Interesting! Thanks for the quick response @rohfosho!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants