Python Forum
I want to create an automated website in python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I want to create an automated website in python
#1
I want to create an automated website in python. I have seen some sites which have 1000 of pages and each page is generated based on some keyword search.
For eg. There is z keyword like 'computer graphics courses'

Then these sites have generated a page for this keyword and it is scraping content from various search engine results (Google, Bing..) and display the results in a single page. The list contains all external website links that covers the topic.

To my knowledge everything is done with automated script. I am a beginner. Can anyone help me to understand the project.

Attached Files

Thumbnail(s)
   
Reply
#2
without seeing the underlying code, I would say that something like this could be done using a bootstrap (or similar) template, that uses 'cards', and python Flask.

There are a lot of steps involved, but you can learn them in a few weeks.

I have absolutely no affiliation with Miguel Grinberg other than I bought his course here: https://courses.miguelgrinberg.com/p/fla...a-tutorial

I have to say that it was very well done and complete. I have no trouble creating my site after I finished the course.
Previous versions of the course are also available for free.

There may be a better method, but this is how I would do it.
Kebap likes this post
Reply
#3
You can start by exploring available eCommerce packages here: https://pypi.org/search/?q=ecommerce
There may be something you can use.


Other sources:
Let’s build an e-commerce website with Python + Flask
How to Build an E-commerce Website with Django and Python
Simple E-Commerce Website with Django (Python) - Demo and Download
Learn Python and Django - Build an eCommerce Website Step by Step from Scratch
ecommerce website online shop using flask, python tutorial part1
Above contains many videos.

There are a lot more.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Retrieve website content using Python? Vadanane 1 1,255 Jan-16-2023, 09:55 AM
Last Post: Axel_Erfurt
  How do I get rid of "Chrome is being controlled by automated test software"? jetBlack 2 12,796 Jul-21-2022, 08:31 AM
Last Post: Benjamin112
  Python to build website Methew324 1 2,229 Dec-15-2020, 05:57 AM
Last Post: buran
  Scraping all website text using Python MKMKMKMK 1 2,078 Nov-26-2020, 10:35 PM
Last Post: Larz60+
  Python Webscraping with a Login Website warriordazza 0 2,600 Jun-07-2020, 07:04 AM
Last Post: warriordazza
  Python tool based on website? zarize 2 2,468 Mar-21-2020, 02:25 PM
Last Post: zarize
  Create .exe file for Python flask website. vintysaw 4 19,168 Nov-18-2019, 07:56 AM
Last Post: tonycstech
  Python-selenium script for automated web-login does not work hectorKJ 2 4,054 Sep-10-2019, 01:29 PM
Last Post: buran
  Automated Git add/commit/push rxndy 0 2,016 May-13-2019, 11:51 AM
Last Post: rxndy
  Python + request from specific website - please help hoff1022 8 4,292 Feb-14-2019, 06:52 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020