https://github.com/gabrielrf/rsstofile
https://github.com/gabrielrf/rsstofile
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrf/rsstofile
- Owner: GabrielRF
- License: gpl-3.0
- Created: 2016-11-21T11:36:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T12:01:55.000Z (over 9 years ago)
- Last Synced: 2025-02-27T05:52:52.654Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rss to txt file
This code is useful to get info from a rss feed and store on a text file.
It is used as a cron job that gathers info from specific sources and saves them on a text file.
## Instalation
```
git clone https://github.com/GabrielRF/RssToFile
cd RssToFile
pip3 install -r requirements.txt
```
Then set the configuration file
```
cp bot.conf_sample bot.conf
vi bot.conf
```
## Usage
```
python3 rsstofile.py RSS1
```