Skip to content

Automatically open browser tabs when links matching given constraints are sent in discord channels.

License

Notifications You must be signed in to change notification settings

sheppyh/discord-link-opener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

discord-link-opener

Automatically open browser tabs when links matching given constraints are sent in discord channels.

Installation and Usage

  1. Download Python 3.6.x or 3.7.x . Before installing, make sure to check “Add Python to PATH”.
  2. Once installed, open CMD and type the following two commands:
                     pip install discord.py[voice] 
                     pip install asyncio
  1. Download Link Opener: https://github.com/sheppyh/discord-link-opener
  2. Copy open.py to your desktop.
  3. Right click open.py and select “Edit with IDLE”.
  4. Once in the code, only do the following things:
  • Add the discord channel IDs (separated by commas) that you would like to monitor.
  • Add your Discord token. (Tutorial on how to find your token: https://www.youtube.com/watch?v=tI1lzqzLQCs)
  • If you want to change keywords and blacklist, make sure to use the correct Python syntax, as in Discord for help if confused.
  1. Save the file.
  2. Wait for the bot to automatically open Chrome browser tabs when links matching given constraints are sent in the specified discord channels.
  3. Cook.

Requirements

asyncio, discord.py

Operating Systems

This was designed for and only tested on windows.

Help

Ask for help in this Discord server: https://discord.gg/hpxDjmYtnv

About

Automatically open browser tabs when links matching given constraints are sent in discord channels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%