It's just a boring old social media platform.
Visit the official server Nonsensical.net.
I became addicted to Instagram reels, but my excuse for keeping the app around was so that I could post about my life and stuff. Now, I have no excuse, because this exists.
To run this program,
- clone it locally,
- install
flask,user-agents,bcrypt, andwaitressto your Python interpreter usingpip, - create a file named
config.pywith the valueSECRET_KEY="(key)", where (key) is a secret string of your own choosing, - and execute
production_serve.pywith your Python interpreter. When you complete these steps, the server will be available on port 8041..
Currently, the following features have been implemented:
- Account Creation
- Persistent Session Tokens
- Post Creation
- Post Listing
- Account Pages
- Account Settings
- Profile Pictures
- Media Attachments: Images, Videos, Audio Here's functionality that I am considering adding in the future::
- Comments
- Reactions
- DMs
