Personal projects and tools for life organization and crypto trading.
Centralized task management system across all life categories.
Status: ✅ Ready to use
Setup time: 5 minutes (when you provide Notion API key)
Usage: python3 setup.py
Features:
- Multi-category (Goldman, Rearc, Nobile Tech, ElTech, Personal, Finance, Health/Fitness)
- Priority & status tracking
- Collaboration support
- Clean, minimal design
To get started:
- Get API key from https://notion.so/my-integrations
- Copy parent page ID from URL
- Run
python3 setup.pyin thenotion-task-db/directory - Follow prompts
Automated Bitcoin and Ethereum trading on Coinbase.
Status: ✅ Ready to deploy
Setup time: 5 minutes (when you provide Coinbase API credentials)
Usage: python3 trader.py --config config.json
How it works:
- Buys when price drops X% (default: 5%)
- Sells when price rises X% (default: 5%)
- Fully configurable thresholds and amounts
- Dry-run mode for testing
To get started:
- Get API key/secret from Coinbase developer settings
- Copy
config.example.json→config.json - Add credentials
- Test with
dry_run: truefirst - Run
python3 trader.py --config config.json
Pro tip: Start with small amounts ($100-$500) and monitor logs closely
Each project has a comprehensive README with:
- Setup instructions
- Usage examples
- Configuration options
- Troubleshooting
- Best practices
Check the individual project directories for details.
- Notion Database: Provide API key, run setup.py
- Crypto Bot: Provide Coinbase credentials, test with dry_run
- GitHub: Push both repos to your GitHub account
All projects follow production standards:
- Clean, well-documented code
- Error handling & logging
- Git initialized with .gitignore
- API keys protected (never committed to git)
- Ready for collaboration
Questions? Check the README in each project directory.