https://github.com/technickai/shitstar
Sort through the shitcoins to find the stars
https://github.com/technickai/shitstar
Last synced: 2 months ago
JSON representation
Sort through the shitcoins to find the stars
- Host: GitHub
- URL: https://github.com/technickai/shitstar
- Owner: TechNickAI
- License: agpl-3.0
- Created: 2024-06-15T14:08:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T06:21:01.000Z (6 months ago)
- Last Synced: 2025-01-29T05:43:56.751Z (4 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shitstar 💩
Shitstar, a straightforward yet powerful tool designed to help you sift through the shitcoins to find the stars.
Shitstar addresses this problem by providing a simple, user-friendly web application that enables you to filter and identify potentially high-return coins. By leveraging real-time data and customizable filtering criteria, Shitstar helps you make informed decisions in the crypto market.
## Usage
1. Clone the repo
2. Run `pip install -r requirements.txt`
3. Run `streamlit run app.py`## Coding Principles
Borrowed from the [zen of python](http://c2.com/cgi/wiki?PythonPhilosophy), with a couple of changes.
```text
1. **Readability is the number 1 code quality metric**.
2. Beautiful is better than ugly.
3. Explicit is better than implicit.
4. Simple is better than complex.
5. Complex is better than complicated.
6. Flat is better than nested.
7. Sparse is better than dense.
8. Special cases aren't special enough to break the rules.
* Although practicality beats purity.
9. Errors should never pass silently.
* Unless explicitly silenced.
10. In the face of ambiguity, refuse the temptation to guess.
11. There should be one -- and preferably only one -- obvious way to do it.
12. Now is better than never.
```