Skip to content

jnrb517-code/culoton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CuloTon

Download Compiled Loader

English-language news platform covering the TON blockchain ecosystem. Native token: $CULO.

Live: https://culoton.fun

Structure

  • scripts/ — Python pipeline: pull RSS feeds, dedup, rewrite via Claude Haiku, write markdown.
  • web/ — Astro static site (dark theme, content collection from web/src/content/news/).
  • .github/workflows/update-and-deploy.yml — every 2h: fetch news, rebuild, FTP-deploy to seohost.

Local dev

# backend
pip install -r requirements.txt
cp .env.example .env  # fill ANTHROPIC_API_KEY
python scripts/fetch_news.py

# frontend
cd web
npm install
npm run dev

Secrets (GitHub Actions)

  • ANTHROPIC_API_KEY — Claude Haiku 4.5 for rewriting
  • FTP_PASSWORD — FTPS deploy to culoton@culoton.fun on h66.seohost.pl

About

culoton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors