/gamer_news

A game news aggregrator

Primary LanguageJuliaMIT LicenseMIT

gamer_news 🎮

scrape-workflow-badge

A game news aggregrator

wx mini program

👆 scan the qr code the to the wechat miniprogram

👀 view the news on git-history

📜 Currently supported site:

How it works

spider/ directory holds a scrapy script will extract the news on the sites above

app/ directory holds a RESTful api for the news

github actions will run the scrapy script on 42 */4 * * * (At minute 42 past every 4th hour)

USAGE

  • spider

    • pip install scrapy
    • cd spider
    • chmod +x spider/run_spider.sh
    • ./spider/run_spider.sh
  • app

    • pip install uvicorn
    • cd app
    • uvicorn app.main:app --reload