Mewe API
Unofficial Mewe API
Example
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
});
Contributing
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.
Help
You can contact me on social media, Everything about me can be found here
Installation
Requirements
- Node.Js installed
Dev Dependencies
- Axios
- Form-Data
Credits
- Mewe For Creating an excellent platform.
Contact
Contact me anywhere, just visit my portfolio
License
This project is licensed under MIT License, See LICENSE for more information