blog run by Ai tools

shaymiller

Regular Member
Joined
Dec 3, 2016
Messages
456
Reaction score
45
Can I run or create blog website run by scrapping data off other websites? back in old days, we could use RSS feeds etc. I am thinking of creating social networking by scraping data off other websites (ignoring copyright) just for fun project.

can I use Ai tools to find latest topics in google search and rewrite article on blog (wp blog or other php script). create images, articles to make it look like content driven website?
 
you could try botsol, it is quite effective and easy to use
 
you could try botsol, it is quite effective and easy to use
It won’t be live feed. I want to automate it


That tool is one time extract & based on requests etc

I already have a script that scrapes data, imports into MySQL etc. but that’s too much work for me.
 
It won’t be live feed. I want to automate it


That tool is one time extract & based on requests etc

I already have a script that scrapes data, imports into MySQL etc. but that’s too much work for me.
oh sorry I didn't read carefully, my bad
 
I'm trying out scraping books with human in the loop to create content strategies (article series). If you're interested in my workflows I can send you the git repo with n8n scripts . The repo is a WIP but it's public.

Btw rss is still very much alive and kicking..
 
I'm trying out scraping books with human in the loop to create content strategies (article series). If you're interested in my workflows I can send you the git repo with n8n scripts . The repo is a WIP but it's public.

Btw rss is still very much alive and kicking..
Please, send me too
 
Please, send me too
https://github.com/ai-ponx/n8n_books
Like I said it's a wip, even the readme is crude. I tested it with a small book on apis, and it gave pretty good how to articles. You need to change the separator if you use the pdf flow.

But I suggest using the extract_plaintext_epub.py python script to extract the book into plaintext and then import the epub flow into n8n and just use the pdf flow as inspiration, and start from scratch, since pdf's are a bitch to work with, and every article series/book needs a different strategy and prompts..
 
https://github.com/ai-ponx/n8n_books
Like I said it's a wip, even the readme is crude. I tested it with a small book on apis, and it gave pretty good how to articles. You need to change the separator if you use the pdf flow.

But I suggest using the extract_plaintext_epub.py python script to extract the book into plaintext and then import the epub flow into n8n and just use the pdf flow as inspiration, and start from scratch, since pdf's are a bitch to work with, and every article series/book needs a different strategy and prompts..
Thank you! I'll definitely dive into the code tonight, but so far from the previews it sounds very interesting! Will post here if I figure out how to leverage it
 
Back
Top