Unofficial Mewe API
The Following Code snipet will help you understand how to use this.
var Mewe = require("mewe");
var mewe = new Mewe();
(async function() {
mewe.addToken(token);
// unfortunately, Mewe uses hcaptcha while logging in, so, it can't be logged in through script, you need to find out your access token
await mewe.getProfile(); // Get your profile
await mewe.post("hello world",media_id); // Post Text
var media_id = await mewe.upload("path"); // upload image
});
Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.
You can contact me on social media, Everything about me can be found here
- Node.Js installed
- Axios
- Form-Data
- Mewe For Creating an excellent platform.
Contact me anywhere, just visit my portfolio
This project is licensed under MIT License, See LICENSE for more information