New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

accreate

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accreate

--- ![stars](https://flat.badgen.net/github/stars/DabDatBass/accreate) ![forks](https://flat.badgen.net/github/forks/DabDatBass/accreate) ![issues](https://flat.badgen.net/github/issues/DabDatBass/accreate) ![version](https://flat.badgen.net/github/relea

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Accreate Beta

stars forks issues version discuss lastcommit lang

Accreate is an account creator/manager that's really easy to use. To use Accreate, simply fork the repl on repl.it or download the zip in the GitHub, then follow this simple tutorial below.

How to use

Installing with NPM is easy. Use const acc = require("accreate")

To create an account, use acc.create().

Attributes:

  • acc - account name
  • pass - password

Return values:

  • null - means it worked
  • "ERR" - failed
  • nothing - internal error
To edit/manage an account, use acc.request().

Attributes:

  • acc - account name
  • pass - password

Objects/functions:

  • changePass - changes password. (Attributes: x = new password)
  • pfp - returns profile picture
  • del - deletes account

Coin Management (optional coin money):

  • input - adds coins to your account
  • coins - returns coins amount
  • withdraw - decreases coins amount

Followers (optional):

  • followControl - controls followers. (Objects/functions: add (Attributes: user), sum, remove (Attributes: user))

File storage (optional):

  • file - gets a file. (attributes: command = [GET, EDIT, CREATE], filename, data (use data only when needed))

Return values:

  • null - means it worked
  • nothing - internal error
  • other - probably worked.

Getting user data without functions

Accreate uses repl.it's database for Node.JS. So, to get user data use:

db.get(<accountname> + "-data-" + <datatype>).then(value => {});

If that doesn't work, use Node.JS to install the database.

Conclusion

I have worked very hard on creating this. Please star this project on GitHub and if there are any errors/something isn't working please create an issue on the GitHub. Thanks and I hope you use it!

run on repl.it

FAQs

Package last updated on 29 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts