https://github.com/theabbie/mewe
Unofficial Mewe API
https://github.com/theabbie/mewe
mewe theabbie unofficial-apis unofficial-library
Last synced: 13 days ago
JSON representation
Unofficial Mewe API
- Host: GitHub
- URL: https://github.com/theabbie/mewe
- Owner: theabbie
- License: mit
- Created: 2020-12-17T07:25:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T08:44:41.000Z (over 4 years ago)
- Last Synced: 2025-04-14T08:12:19.652Z (13 days ago)
- Topics: mewe, theabbie, unofficial-apis, unofficial-library
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/mewe
- Size: 6.84 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Mewe API

>**Unofficial Mewe API**
## Example
The Following Code snipet will help you understand how to use this.
```js
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](https://theabbie.github.io)
## Installation
### Requirements
* Node.Js installed
### Dev Dependencies
* Axios
* Form-Data## Credits
* [Mewe](https://play.google.com/store/apps/details?id=com.mewe) For Creating an excellent platform.
## Contact
Contact me anywhere, just visit [my portfolio](https://theabbie.github.io)
## License
This project is licensed under MIT License, See [LICENSE](/LICENSE) for more information