A simple CLI system for fetch feed from a Rss feed.
- Python 3.10
- python3-tk
- virtualenv or your favourite Python environment tool
- Clone the repository
git clone git@github.com:sksshouvo/rssFeedFetcher.git
- Checkout the develop branch
git checkout develop
- Install Python and create or use a Python Environment with Python Version listed in requirements
python3.10 -m venv env
- Activate Python3.10 environment
source env/bin/activate
- Install the local requirements
pip install -r requirements.txt
- Run
python main.pyw
We use a branching model similar to this site (https://nvie.com/posts/a-successful-git-branching-model/). When you work on a new task, please create a feature-branch ( feature/RFF-14-Feature-Title ) from the ( develop ) branch. To publish any changes instead of direct push, create a PR to develop
- feature/RFF-###-Title
- develop
- release-#.#.#
- hotfix-#.#.#
- main
SO DON'T FORGET TO RUN AT LEAST flake8
AND isort
IN CHANGED FILE BEFORE ANY NEW COMMIT AND PULL REQUEST
Copyright (c) 2023 sksshouvo inc. All rights reserved.