09-05-2024, 02:24 PM
Hello! My service provides an API that gives you emails for botting ( discord , reddit , tiktok , anything ). You simple send one API request to retrieve an email then another one to retrieve the email sent from the service youre trying to bot.
Example of emails ( 2 ):
Example of how you COULD use the API in NodeJS:
Shoot me a DM if you are interested! It is very cheap.
Example of emails ( 2 ):
marcelo_adp5@hotmail.com
michelle.mro76@hotmail.com
luis.elite02@hotmail.com
inna_bulgarina44@rambler.ru
atillabaku2010@rambler.ru
pitsimon2608@rambler.ru
Example of how you COULD use the API in NodeJS:
const KrampusAPI = require('./KrampusAPI');
const krampus = new KrampusAPI('your_key', "email_type");
async function main() {
try {
const user = await krampus.getEmail();
console.log(user)
const search_result = await krampus.searchEmail(user.id, 'pineapple_keyword');
console.log(search_result);
} catch (error) {
console.error('Error:', error);
}
}
main();
Shoot me a DM if you are interested! It is very cheap.