Link Lurker is a Discord bot designed to monitor messages in a server, identify specific URLs, and modify them according to predefined rules.
Link to Add Link Lurker to Discord Servers
- Monitors all messages in every channel for URLs.
- Modifies URLs containing
instagram.com,x.comtwitter.com,reddit.comtumblr.comandtiktok.com:- Adds
ddto the front of Instagram links (e.g.,www.instagram.com/whateverbecomeswww.ddinstagram.com/whatever).- Created by Wikidepia
- Replaces
tiktokwithtnkin TikTok links (e.g.,www.tiktok.com/whateverbecomeswww.tnktok.com/whatever).- Created By okdargy
- Replace
twitterorxwithfxin Twitter links (e.g.,www.twitter.com/whateverbecomeswww.fxtwitter.com/whatever).- Created By FixTweet
- Replaces
reddit.comwithvxreddit.comin Reddit links (e.g.,www.reddit.com/whateverbecomeswww.vxreddit.com/whatever).- Created by dylanpdx
- Replace
tumblr.comwithtpmblr.comin Tumblr links (e.g.,www.tumblr.com/whateverbecomeswww.tpmblr.com/whatever).- Created By knuxify
- Adds
- Node.js (v18.x or higher)
- npm
- A Discord Bot token
-
Clone the repository:
git clone https://github.com/yourusername/link-lurker-bot.git cd link-lurker-bot -
Install the dependencies:
npm install
-
Create a
.envfile in the root directory and add your Discord bot token:DISCORD_TOKEN=your-discord-bot-token
-
Run the bot locally:
npm start
If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or issues, feel free to open an issue on GitHub or contact me directly.
Happy Coding! 🎉