Skip to content

SkatoriDev/PythonCodeReview2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonCodeReview2

Second Python code review - Extended Microblog

Ponomarev Artem, 814

This is going to be an extended microblog. For now it can store a simple user base using SQLAlchemy (flask's wrapper) and scrap images for profile from the visible-to-anonymous VK pages (including private pages) Features right now:

1. Registration using local database (SQLAlchemy)

2. HTML inheritance (jinja2)

3. Web scrapping (Requests + BeautifulSoup)

ToDo list:

1. Add main functionality (scrapping posts from other sites)

2. Optimize image loading (Caching?)

3. Add more functions for the profile page

4. Other functions (Chat?)

I know that is not what I promised to do, but I'm going to use an additional week to finish the project. For now it can work with database and external server, which is, I hope, enough for getting additional time