Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/pub-stats
Stats about Dart Pub Packages
https://github.com/mplacona/pub-stats
Last synced: 7 days ago
JSON representation
Stats about Dart Pub Packages
- Host: GitHub
- URL: https://github.com/mplacona/pub-stats
- Owner: mplacona
- License: mit
- Created: 2014-07-18T16:23:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-23T08:54:37.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:01:27.083Z (7 months ago)
- Language: Python
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pub-stats
=========Stats about Dart Pub Packages
------------I wanted to know how many packages we currently had on [Pub Package Manager - Dart](https://pub.dartlang.org/). Because of the way it's been built, there didn't seem to be a way to get this information, so I wrote a little scrapper that would navigate through all the pages, and get information about the packages as well as quantities.
I programmed it in such way that it will only scrape the website once a day, as to not overload the servers.
I have also created an app-engine application that displays this information in a nice(ish) format. It also gives you access to the JSON file I'm creating, which is also cached as to not overload my app-engine account :-)
Live example can be seen on [http://pub-stats.appspot.com/](http://pub-stats.appspot.com/)
If you want to use the JSON, you can pick it up on [http://pub-stats.appspot.com/json](http://pub-stats.appspot.com/json).
**Disclaimer 1: Feel free to use any information from here, but do not rely too much on it. As I previously mentioned, I'm scraping a website to get this information, and the process is likely to break if the markup were to change.**
**Disclaimer 2: I'm in no way associated with either Google or Dart, and this little application is in no way endorsed by either of them**