• This repository has been archived on 19/Feb/2023
  • Stars
    star
    137
  • Rank 264,675 (Top 6 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Reddit clone written in python using django web framework and twitter's bootstrap.

#Django reddit Reddit clone written in python using django web framework and twitter's bootstrap.

Build Status Coverage Status

#Screenshots

![desktop_frontpage](_screenshots/desktop_frontpage 2015-06-22.jpg?raw=true)

![desktop_submission](_screenshots/desktop_submission 2015-06-22.jpg?raw=true)

![profile_view](_screenshots/profile_view 2015-06-24.png)

![profile_edit](_screenshots/profile_edit 2015-06-24.png)

Fully responsive:

![mobile_frontpage](_screenshots/mobile_frontpage 2015-06-22.png?raw=true)

![mobile_submit](_screenshots/mobile_submit 2015-06-22.png?raw=true)

![mobile_thread](_screenshots/mobile_thread 2015-06-22.png?raw=true)

#Getting up and running

The project is python 3 only.

The steps below will get you up and running with a local development environment. We assume you have the following installed:

pip
virtualenv

First make sure to create and activate a virtualenv, then open a terminal at the project root and install the requirements for local development:

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py syncdb
$ python manage.py runserver

For the time being there is no separate production specific settings because the project is not yet production ready.

#Deployment

  • TODO: Write here how to deploy

#License

Copyright 2016 Nikola Kovacevic <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

More Repositories

1

django-template

Simple, extensible, easy to set up, fully functional, django project template.
Python
79
star
2

RESTool

Unofficial cross platform tool for migrating between browsers, backing up, and restoring from backups, "Reddit Enhancement Suite" aka RES settings.
Python
38
star
3

fpage

A social news website, similar to reddit and hacker news, written in python using flask framework.
JavaScript
9
star
4

pysub

Simple subtitle downloader written in python using OpenSubtitles.org API.
Python
8
star
5

lpbot

Reddit learnpython subreddit IRC bot, based on the willie bot
Python
6
star
6

mqtt-airgradient

DIY AirGradient sensor with MQTT support
C++
5
star
7

learnpython-assets

CSS, Images, Sidebar content and other things used in /r/learnpython
CSS
3
star
8

CSTV

IPTV/M3U player that uses VLC backend and rtmpdump to watch various online video streams, written in C#
C#
3
star
9

BBBot

Python
2
star
10

speedtest-exporter

Prometheus speedtest exporter using speedtest-cli
Python
1
star
11

WeatherApp

Simple weather app for android using forecast.io API
Java
1
star
12

cat2mqtt

Using Keras detect objects in RTSMP stream and report it to MQTT
Python
1
star
13

DHT22Temperature

NodeMCU/Raspberry pi + DHT22 Sensor data dashboard
JavaScript
1
star
14

erepAPI

erepublik.com python API wrapper for Python 2 and 3, works with API version 1.0 beta
Python
1
star
15

reddit-thread-graph

Scripts to gather data, ups, downs, score, and comment count from reddit thread and create a graph with the data over time
Python
1
star
16

fical

Simple filtering service for remote iCal calendars
HTML
1
star