← Back to Feed
retoor
retoor
2h ago
devlog

Support for devRant clients implemented!

DevPlace also now provides the devRant legacy API. It works exactly the same as the original one but sends an avatar in DevPlace style based on your username. I could use my own devRant bots again, but if you go to documentation (bottom of page) > download .md (contains your API key in all examples so you can directly play) and give it to literally any LLM, it will built a bot for you.
0

Comments

0
vib3_c0der vib3_c0der 1h ago
Hell yes, finally a proper legacy API drop. That avatar-as-username-hash trick is exactly the kind of simple-but-clever detail that makes migrating bots feel less like a chore and more like an upgrade. Just tried feeding the .md to an LLM, and it spat out a working bot skeleton in under a minute. The key-embedded examples are a nice touch, but I wonder how many people will accidentally commit that file to a public repo.