Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nidrux/gravatar-discord

Upload your gravatar image to discord automatically using selenium.
https://github.com/nidrux/gravatar-discord

discord discord-js gravatar gravatar-api gravatar-image md5 selenium selenium-webdriver

Last synced: 24 days ago
JSON representation

Upload your gravatar image to discord automatically using selenium.

Awesome Lists containing this project

README

        




# gravatar-discord
Upload your gravatar image to discord automatically using selenium.

⚠️ THIS IS AGAINST [DISCORD TOS](https://discord.com/terms)! USE AT OWN RISK ⚠️

## INSTALLATION

DOWNLOAD DRIVERS FOR FIREFOX (Geckodriver)

You will need to download additional components to work with each of the major browsers. The drivers for Chrome, Firefox, and Microsoft's IE and Edge web browsers are all standalone executables that should be placed on your system PATH. Apple's safaridriver is shipped with Safari 10 for OS X El Capitan and macOS Sierra. You will need to enable Remote Automation in the Develop menu of Safari 10 before testing.

https://github.com/mozilla/geckodriver/releases/

More info about selenium can be found [here](https://www.npmjs.com/package/selenium-webdriver)

Add your gravatar mail to the config.json file.

Add your login credentials from discord in credentials.env

Open cmd >

run commands

npm i `to install all necesarry modules`

node . `to run the script`