
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
Bot for lending money in yotepresto.com programmatically.
On console
Set the environment variables and run the command:
$ node ./src/controllers/console-controller.js
On AWS Lambda (recommended)
npm install) and compress everything in a .zip file (prestabot.zip).prestabot/src/controllers/aws-lambda-controller.handler| Variable | Type | Description |
|---|---|---|
EMAIL | String | The email of the account to be authenticated. |
PASSWORD | String | The password of the account to be authenticated, in plain text. |
OTP_SECRET | String | The secret hash used to generate OTPs. See the section below to learn how to get this value for your account. |
MIN_INTEREST | Float | The minimum interest required on a requisition to lend money. For example: 15.9, 9.9 or 20.9 |
MIN_CREDIT_SCORE | Float | The minimum credit score required on a requisition to lend money. For example: 700. |
MIN_TERM | Integer | The minimum payment term of the requisitions (in months). Possible values are 6, 12, 18, 24 or 30. |
MAX_TERM | Integer | The maximum payment term of the requisitions (in months). Possible values are 12, 18, 24, 30 or 36. |
LEND_AMOUNT | Integer | The amount in MXN to lend each on each requisition that passed the filters. Must $200 or more and be a multiple of $100. For example: 300,500 or 1000. |
otpauth://totp/YOTEPRESTO:user@example.com?secret=I3USKO0GA1BMHCIXY76QTQSU2AS6A2GI&issuer=YOTEPRESTO.secret from the previous URL (I3USKO0GA1BMHCIXY76QTQSU2AS6A2GI in the example). This is the value for the OTP_SECRET environment variable.Is it safe?
Yes, the only known issue is: if you change your password manually or set the PASSWORD env variable wrong, the bot may lock your account after the 3rd login attempt. In that case, you'll need to unlock your account manually by opening a link you should have received by email.
What happens if I active Autoinvest in my account along with this bot?
Autoinvest is the native "programmatic bot" provided by Yotepresto once your account reaches $20,000 mxn.
If is is active along with Prestabot, it may happen one of two things for requisitions that matches both filters for Autoinvest AND Prestabot:
A. If Autoinvest lends to a requisition first, Prestabot will be aware and will skip it. B. If Prestabot lends to a requisition first, Autoinvest may lend to this requisition again. So, you'll end up lending twice to some people.
You like this project? support it by buying me a beer 🍺.
FAQs
Bot for lending money in Yotepresto programmatically
We found that prestabot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.