sksshouvo / rss-feed-fetcher

Rss Feed Fetcher is a software which can fetch rss feeds from any kind of rss feed links of xml version 2 and specially targeted freelancers from upwork. Also user can set an interval and interval type to refetch rss feeds from same rss feed link.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RssFeedFetcher

A simple CLI system for fetch feed from a Rss feed.

Requirements

  • Python 3.10
  • python3-tk
  • virtualenv or your favourite Python environment tool

Get Started

  • 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

Branching Model

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

NOTE : WE BELIEVE IN MAINTAINING STANDARD.

SO DON'T FORGET TO RUN AT LEAST flake8 AND isort IN CHANGED FILE BEFORE ANY NEW COMMIT AND PULL REQUEST

Copyright

Copyright (c) 2023 sksshouvo inc. All rights reserved.

About

Rss Feed Fetcher is a software which can fetch rss feeds from any kind of rss feed links of xml version 2 and specially targeted freelancers from upwork. Also user can set an interval and interval type to refetch rss feeds from same rss feed link.


Languages

Language:Python 100.0%