1.0.1 • Published 8 years ago

reddit-voter v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Reddit-voter

Log in your Reddit and spread some random votes

Argumentation

No practical use besides showcasing the features of Phobetor

Phobetore is convenient wrapper around Nightmare.js developed by me.

Example use

// yarn add reddit-voter
const redditVoter = require("reddit-voter")

redditVoter("javascript")
.then(console.log)

Steps

  • Load Reddit home page

  • Log in using process.env.REDDIT_USER and process.env.REDDIT_PASSWORD

  • Redirect to subreddit page

  • Loop through all publications and votes randomly

Requirements

  • Electron compatible environment

  • process.env.REDDIT_USER

  • process.env.REDDIT_PASSWORD

1.0.1

8 years ago