Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphxels/vma-puppeteer
Node js app, using puppeteer to cast vote in the MTV VMA award
https://github.com/raphxels/vma-puppeteer
award bot mtv puppeteer vma votes
Last synced: 4 months ago
JSON representation
Node js app, using puppeteer to cast vote in the MTV VMA award
- Host: GitHub
- URL: https://github.com/raphxels/vma-puppeteer
- Owner: RaphxelS
- Created: 2024-08-07T12:13:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T18:05:56.000Z (5 months ago)
- Last Synced: 2024-10-10T20:01:33.892Z (4 months ago)
- Topics: award, bot, mtv, puppeteer, vma, votes
- Language: JavaScript
- Homepage: https://www.mtv.com/vma/vote/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# VMA Voter
# Installation
clone this repo
git clone [email protected]:RaphxelS/vma-puppeteer.git
move to the directory
cd vma-puppeteer
Install dependencies
npm i
You're done !## Usage
node main.js [voter] [nbVotes] [thread]
`voter` = How many times you want to votes (e.g. 1)\
`nbVotes` = How many votes should a voter cast (e.g. 20)\
`thread` = How many thread you want to use (e.g. 1)
All of the votes are screenshoted in the `screenshots/` folder and the emails used are stored in the `emails.txt` file.