Linksharin' is a link sharer (surprise!). It gives you a unique link which you can then post on your social media profiles which then contains all the other links you would like your audience to see: personal websites, stores, content.... It also has a feature where you can generate custom private startpages with all your quicklinks and more!
If you want to host an instance of Linksharin' on your own server, or test it locally, you can clone the git repo
git clone https://github.com/adamtherookie/linksharin
.
Then you must set up the sqlite3 database: python manage.py makemigrations && python manage.py migrate
.
After that you can run the server: python manage.py runserver
Requires sqlite3, python and the Django, Beautiful Soup, and markdown modules.
Any contributions fixing issues or adding new features are greatly appreciated. A good place to start would to look at the goals below.
- 100% FOSS
- Custom CSS
- Drag and Drop mechanism for adding links
- Separate startpage CSS from page CSS
- Enable users to publish their custom themes (a theme marketplace or something of that sort)
- Detailed analytics with time-to-click, geographic distribution, referring sites, etc
- Portfolio generator
Thanks goes to these wonderful people (emoji key):
Adam Salhi 💻 🎨 🐛 🤔 🚇 💵 🚧 |
Rishav Raj 🎨 💻 |
segfaultdev 🎨 💻 |
Ayman 🤔 🐛 |
This project follows the all-contributors specification. Contributions of any kind welcome!