Git Product home page Git Product logo

diy-ultimate-ai-powered-autoblog-using-rss's Introduction

DIY-Ultimate-AI-Powered-Autoblog-Using-RSS

DIY: Ultimate AI Powered Autoblog Using RSS (Python, Ollama, Beautiful Soup, Feedparser, SQLite)

This project shows you how to use RSS Feeds to scrape websites, and then rewrite the posts on those websites using Ollama and an LLM.

process-autoblog.py -- runs a constant loop to check for new posts, rewrite them and store them to the database.

webpage-autoblog.py -- creates a web page by selecting all of the posts from the database and then printing them out in HTML.

feeds.txt - add feeds into this file on separate lines so that they are processed.

Warning

Make sure Ollama is running on your system before you run your Python script

There may be copyright legal issues if you use this on a public site.

Running Ollama constantly can be hard on your computer.

YouTube Video

https://youtu.be/u3U6NIZ-wGc

Requirements

Install Ollama - https://ollama.com, make sure you pull the correct model using ollama run llama2:14b

pip3 install ollama

pip3 install bottle

pip3 install BeautifulSoup4

pip3 install feedparser

pip3 install aiofiles

pip3 install aiohttp

sqlite - install from https://www.sqlite.org/download.html

diy-ultimate-ai-powered-autoblog-using-rss's People

Contributors

closebracket avatar elithecomputerguy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.