9da3740c4ee2a6efe8ed2a16ba27af030c4d4198
- Create new `avatar_animal_view.py` module with `AvatarView` class inheriting from `BaseView` - Implement `get` method that accepts a `uid` parameter from request match info - Integrate `multiavatar` library for avatar generation alongside existing `generate_avatar_with_options` helper - Set `login_required = False` to allow public access to avatar generation endpoint - Initialize `self.avatars` dictionary in constructor for potential caching of generated avatars
Snek
Slack like chat application with focus on performance
This is a slack like chat application with focus on performance. Other slack-like applications became too heavy. My RocketChat just had an 'frontend' crash. Just an error from the system itself like it's the most normal thing in the world.
Running
At this point, there's nothing officially running but what you can do:
- Install the project:
make install - Run part of the project:
./venv/bin/python -m snek.app - Run other part of the project:
./venv/bin/python -m snek.models
Languages
Python
51.8%
HTML
28%
JavaScript
15.5%
CSS
4.6%