This project is inspired on PalletTown, which is a tool to create PTC accounts.
The main purpose of this is the same as the original one, but it's made on NodeJS, only for fun purposes.
- Account creation
- Account validation
- Node.js
- Selenium
- Webdriver (ChromeDriver, PhantomJS, etc...)
Right now this project only verifies the accounts, you still need to manually create the accounts, or use Kinan City. Account creation is on the roadmap, should be done soon.
As this tool connect through IMAP, it should work on any email host platform, as Gmail or Hotmail. During the development, I only tested on Gmail with a custom domain.
To start the email validation, run the following command:
npm run verify
It should take a little bit to mark all emails as read, if you have a large number
of emails. To see what the command is doing, set the verbosity
to debug
on
your config file.
Copy config/default.dist.json
to config/default.json
and edit as appropriate.