Skip to content

TimMarder/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Tim's Projects

Personal projects and tools for life organization and crypto trading.

Projects

1. Notion Task Database (notion-task-db/)

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:

  1. Get API key from https://notion.so/my-integrations
  2. Copy parent page ID from URL
  3. Run python3 setup.py in the notion-task-db/ directory
  4. Follow prompts

2. Crypto Trading Bot (python-coinbase-bot/)

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:

  1. Get API key/secret from Coinbase developer settings
  2. Copy config.example.jsonconfig.json
  3. Add credentials
  4. Test with dry_run: true first
  5. Run python3 trader.py --config config.json

Pro tip: Start with small amounts ($100-$500) and monitor logs closely

Documentation

Each project has a comprehensive README with:

  • Setup instructions
  • Usage examples
  • Configuration options
  • Troubleshooting
  • Best practices

Check the individual project directories for details.

Next Steps

  1. Notion Database: Provide API key, run setup.py
  2. Crypto Bot: Provide Coinbase credentials, test with dry_run
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors