All Projects → lambsteak → usefulpython

lambsteak / usefulpython

Licence: MIT license
Codebase for the older UsefulPython.com - a Django powered Python blog, news and tools website

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to usefulpython

celery-beatx
Modern fail-safety scheduler for Celery
Stars: ✭ 46 (+58.62%)
Mutual labels:  celerybeat

Disclaimer: The UsefulPython.com domain is no longer held by me.

usefulpython

Codebase driving the previous UsefulPython.com - a Django powered Python blog, news and tools website.

The website is mostly written from scratch, using a base Bootstrap theme for front-end.

Features

This site provides a basic blogging app with features such as dynamic categories (using post tags), scheduled posts and hidden posts, a WYSIWYG editor for content creators with support for embedding media in articles, a single-threaded comment system, and popular posts section using the article view and comments as the criteria. The app also periodically runs web scraping and other tasks using celery-beat to display upcoming tech events and tech news, and uses Twitter API to display the relevant top tweets. The tasks can easily be configured from the admin site by changing the topics to search for to obtain the news and tweets

Tools used in this project:

  • celery and celery-beat (using RabbitMQ as the messaging queue) for scheduling periodic tasks (making API calls, listening RSS feeds, curating the database etc)
  • python-twitter for making Twitter API calls for fetching the needed Python and programming discussions
  • requests and BeautifulSoup modules for fetching RSS feeds and parsing the HTML/XML pages
  • tinymce for text editing in admin site for the content creators
  • django-celery-beat for easily rescheduling the scheduled periodic tasks from admin site
  • django-allauth for social OAuth based user signup
  • easy-thumbnails for adjusting image resolution in templates
  • other apps such as humanize to format dates and times
  • Markdown and Pygments for rendering the blog in HTML from original markdown files
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].