I joined DEV.to a bit more than two years ago. I don't remember at all how I found this website, but it seemed welcoming. I particularly liked its ...
For further actions, you may consider blocking this person and/or reporting abuse
This is great, Sandor, thanks! DEV has a "premium" mode where you get some simple statistics on each post (daily reaction and comment counts), plus your daily follower total. It would be interesting if your work could be incorporated into that already-existing dashboard!
This is seriously cool, though. I'm inspired to go out and write my own DEV extension now!
I might check it with the DEV team. But I would also like to keep this completely open for everyone without having "premium" membership.
@ben what do you think about this?
This is really neat. The in-the-works premium stuff, which has sort of stalled for no other reason than we've had other things rise in priority, is "premium" because we'd ultimately like to make it "non-scalable", so offer folks who really want lots of data access to heavily optimized endpoints rather than having to create realtime data for everyone.
We'll be shipping more general API endpoints and little projects like this really push the ecosystem forward!
Hi Desiré,
I updated the README, I concentrated on the filename and the option, you have to pass, but you have to put
python
in front:python analyzer.py --api-key <YOUR API KEY>
Let me know if this works.
Thanks
Thanks for the feedback, indeed I depend on python 3. As it's working with my network settings I can't say I fixed it, but I made an attempt updating how I create a HTTPS connection, please try if you have some time.
Thanks!
Excellent write up and even cooler tool. Thank you for your work! I tried it out and it worked perfectly.
Thanks for your nice words!
Hey Sandor,
Your each & every article is informative & I am learning a lot from you.
Keep going man.
And yes! those numbers are really spectacular.
Thanks a lot for your message, such comments mean a lot to me!
I'm about the same in posts and following over time so there is a trend here. Very interesting. I suspect but not sure if factors in your Dev membership lifecycle change your traffic.
What factors do you have in mind?
No worries! What does this tell you?
python --version
That's awesome! Thanks for your comments, you helped me fix two issues already!
Sandor this is really neat!! Thank you for taking the time to create it.
Cool work, thanks for this one pretty straightforward. It would be better to use if you make a cli tool from it.