Skip to content

oskarsh/netcell-microblogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netcell - microblogging

forthebadge made-with-python

Generic badge Maintenance GitHub license Open Source Love svg1

netcell is a opensource microblogging platform, it respecs your privacy and gets the job done.

Installation

$ git clone https://github.com/daehruoydeef/netcell-microblogging
$ cd netcell-microblogging
$ python manage.py runserver

Usage

This will start itself on

localhost:8000

if you want to host this on a real server and directly want to use your own Domain you will need to edit the settings.py to add your host to the allowed hosts array.

ALLOWED_HOSTS = ["myDomain.io"]

Features

  • Register and Login
  • Update, Delete User
  • Create, Update and Delete Posts
  • Filter Posts by User
  • Reset Password by Email
  • Mobile Friendly
  • upload Profile Picture
  • resize Profile Pictures
  • SQLite Database

Who is this for?netcell is for everyone who wants to self-host a simple Microblogging Service, with no worries about Licensing, spying or unwanted third party behavior. Some of the use cases would be:

  • used internally as an Update feed on upcoming Events
  • Share Ideas or thoughts to a limited audience

Requirements

  • python 3.6 or higher
  • django 2.2 or higher

Technologies used

  • Django 2.2
  • Pillow
  • bootstrap4

Supporting netcell

netcell is an open source project. It's an independent project with its ongoing development made possible thanks to the support by our amazing backers. If you like this project and would like to see more time invested in this think about Donating.

About

netcell is a opensource microblogging platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published