{"id":20761449,"url":"https://github.com/thatsinewave/watchlist-bot","last_synced_at":"2026-02-28T23:01:23.279Z","repository":{"id":238340690,"uuid":"796352417","full_name":"ThatSINEWAVE/Watchlist-Bot","owner":"ThatSINEWAVE","description":"A Discord bot designed to monitor specified channels for new invite links and URLs, providing detailed information about them.","archived":false,"fork":false,"pushed_at":"2024-06-18T10:40:26.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-18T12:04:49.979Z","etag":null,"topics":["discord","discord-api","discord-bot","discord-py","discord-token","discordbot","good-first-contribution","good-first-issue","good-first-issues","good-first-pr","good-first-pr-first-contribution","good-first-project","phishing","phishing-detection","phishing-sites","security","security-audit","security-automation","security-tools","thatsinewave"],"latest_commit_sha":null,"homepage":"https://github.com/ThatSINEWAVE/Watchlist-Bot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatSINEWAVE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ThatSINEWAVE","ko_fi":"thatsinewave"}},"created_at":"2024-05-05T17:29:53.000Z","updated_at":"2024-06-18T10:40:22.000Z","dependencies_parsed_at":"2024-05-12T10:31:31.333Z","dependency_job_id":"c0a059ac-0907-4487-9b21-033b199fce28","html_url":"https://github.com/ThatSINEWAVE/Watchlist-Bot","commit_stats":null,"previous_names":["thatsinewave/watchlist-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FWatchlist-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FWatchlist-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FWatchlist-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FWatchlist-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatSINEWAVE","download_url":"https://codeload.github.com/ThatSINEWAVE/Watchlist-Bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225024706,"owners_count":17408911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-api","discord-bot","discord-py","discord-token","discordbot","good-first-contribution","good-first-issue","good-first-issues","good-first-pr","good-first-pr-first-contribution","good-first-project","phishing","phishing-detection","phishing-sites","security","security-audit","security-automation","security-tools","thatsinewave"],"created_at":"2024-11-17T10:20:39.269Z","updated_at":"2026-02-28T23:01:23.271Z","avatar_url":"https://github.com/ThatSINEWAVE.png","language":"Python","funding_links":["https://github.com/sponsors/ThatSINEWAVE","https://ko-fi.com/thatsinewave"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Watchlist Bot\n\nWatchlist Bot is a Discord bot designed to monitor specified channels for new invite links, URLs, and user IDs, providing detailed information about them.\n\n\u003c/div\u003e\n\n## Features\n- Monitors designated channels for invite links and URLs.\n- Extracts and processes invite links to provide detailed server information.\n- Extracts and processes URLs to provide detailed domain and IP information.\n- Extracts and processes user IDs to provide detailed user information.\n- \n\u003cdiv align=\"center\"\u003e\n\n## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)\n\n\u003c/div\u003e\n\n## Setup\nTo use the Watchlist Bot, follow these steps:\n\n1. Clone this repository to your local machine.\n2. Install the required dependencies listed in `requirements.txt`.\n3. Create a `.env` file in the root directory of the repository.\n4. Set the following environment variables in the `.env` file:\n   - `TOKEN`: Your Discord bot token.\n   - `INVITES_CHANNEL_ID`: The Discord channel ID where invite links will be monitored.\n   - `INVITES_FORUM_CHANNEL_ID`: The Discord channel ID where server invite information will be posted.\n   - `URL_CHANNEL_ID`: The Discord channel ID where URLs will be monitored.\n   - `URL_FORUM_CHANNEL_ID`: The Discord channel ID where URL information will be posted.\n   - `USER_ID_CHANNEL_ID`: The Discord channel ID where user IDs will be monitored.\n   - `USER_FORUM_CHANNEL_ID`: The Discord channel ID where user information will be posted.\n5. Run the bot using `python main.py`.\n\n## Dependencies\n- Python 3.9\n- Discord.py\n- Requests\n- Whois\n- Dotenv\n\n\u003cdiv align=\"center\"\u003e\n\n## [Join my Discord server](https://thatsinewave.github.io/Discord-Redirect/)\n\n\u003c/div\u003e\n\n## Usage\nOnce the bot is running and configured correctly, it will automatically monitor the specified channels for invite links, URLs, and user IDs. When a new invite link, URL, or user ID is detected, it will fetch detailed information and post it in the designated forum channels.\n\n## Contributing\nContributions are welcome! If you encounter any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Fwatchlist-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatsinewave%2Fwatchlist-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Fwatchlist-bot/lists"}