Your Telegram bot that helps find typos in other Github repositories (in ReadMe file) and can create Pull requests with a fix.
- Create a Telegram Bot
- Generate your Github token
- Clone the repo
git clone https://github.com/erjanmx/pyTypo.git- Create a virtual environment and install the dependencies
pip install -r requirements.txt- Copy vars to .env file and update its content accordingly
cp .env.example .env - Run the script
python main.py- Send
/startcommand to your Telegram bot.
pip install -r requirements-dev.txt
isort --profile black src/ tests/ main.py && black src/ tests/ main.pypython -m unittest discover tests/