OpenSourceStalker is a Discord bot designed to help developers find "good first issues" and monitor repositories for new activity. Built with Python and discord.py.
- 🔎 Issue Hunter: Find open-source issues to contribute to.
- Command:
!findissue <language>(e.g.,!findissue python,!findissue javascript)
- Command:
- 👀 Repo Stalker: Get notified when a new issue is created in a repo.
- Command:
!stalk <owner>/<repo>(e.g.,!stalk facebook/react) - Runs a background check every 10 minutes.
- Command:
-
Clone the repository:
git clone <your-repo-url> cd OpenSourceStalker
-
Install Dependencies:
pip install -r requirements.txt
-
Configuration:
- Create a
.envfile in the root directory (or use the provided template). - Add your Discord Bot Token:
DISCORD_TOKEN=your_token_here
- Create a
-
Run the Bot:
python main.py
- Python 3.10+
discord.pyaiohttp(for async API requests)python-dotenv
MIT