Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tahnik389908y@JS96 it is right now isn't it? I saw that it was using token based authentication now. I even logged in using postman
-
JS96185228yI mean that if you want to use it, you have to contact @dfox, otherwise any uses of them are against "Terms of Services".
-
dfox428268yYeah for anyone who hasn't used the API please email me for information (david@hexicallabs.com).
@ChappIO we don't have any webhooks but you can contact me if you're looking for something specific.
We don't allow general scrapping in mass (ex. trying to pull every rant/profile) but if you're just looking for the most recent rant then polling the recent feed at a reasonable interval should be fine. Please just let me know what you're looking to do with it. While as I think you know we're pretty lenient, we want to stay away from anything that creates competition (ex. any ranks/leaderboards not available in the app) and stuff like that.
But stuff like jsrant that provides existing functionality in different formats/ways is great as you know :) -
ChappIO46978y@dfox in my day job I deal with data. Big amounts of it. I would like to start logging all rants that come in on devRant and maybe run some analysis on it. I have no clear goal for the project other than collecting data for analysis.
(Might be interesting to crossreference stemmed rants with wiki data to find out what people are talking about)
Related Rants
!rant
@dfox Does devRant have webhooks? I would like to start processing rants and performing analytics on them but I don't want to tax your servers by polling for them.
All I need is a trigger when a new rant is created.
undefined
devrant
webhook
api
polling