You can find the current version of the repl-talk.js package here.
repl-talk.js allows you to interface with user and post related data from https://repl.it quick and easy. Please note that this is NOT and official API for https://repl.it. I will, however, try my best to keep this API running smooth, both for https://repl.it's servers and you.
You can view the rest of the README on the npm page, which will show you:
What it does
How to install it
How to use it and a few other things.
Change Log
v1.1.0 Minor Release
Changed the backend quite a bit to be much more simplistic and small
Removed some channel ids from the list
Added the ability to directly query the GraphQL API (Advanced Use Only! Remember, all actions have your accounts id on it!)
Fixed some more bugs
Added the ability to get data back from your login request
v1.0.4
A few bug fixes (boring stuff really)
Updated the README
v1.0.3
Changed README
Made it so that the JSON data received is now ALWAYS usable through data, not call specific
Made it possible to give what to receive instead of receiving everything, add an array as the last argument in a call
v1.0.2
Fixed the README
Added LICENCE
v1.0.1
Created the API
Added the ability to query for: -- users -- posts -- repls -- organisations -- enterprises -- comments
Package
You can find the current version of the
repl-talk.js
package here.repl-talk.js
allows you to interface with user and post related data from https://repl.it quick and easy. Please note that this is NOT and official API for https://repl.it. I will, however, try my best to keep this API running smooth, both for https://repl.it's servers and you.You can view the rest of the
README
on the npm page, which will show you:and a few other things.
Change Log
v1.1.0 Minor Release
v1.0.4
v1.0.3
README
data
, not call specificv1.0.2
README
LICENCE
v1.0.1
-- users
-- posts
-- repls
-- organisations
-- enterprises
-- comments
woah nice
@AdCharity Thanks!