Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nidrux/gravatar-discord
- Owner: Nidrux
- Created: 2021-08-01T18:28:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T18:48:29.000Z (over 3 years ago)
- Last Synced: 2024-11-10T14:43:08.999Z (3 months ago)
- Topics: discord, discord-js, gravatar, gravatar-api, gravatar-image, md5, selenium, selenium-webdriver
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.envOpen cmd >
run commands
npm i `to install all necesarry modules`
node . `to run the script`