soasme / techshack.weekly

@soasme's technical readings and thoughts.

Home Page:https://www.soasme.com/techshack.weekly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install dependencies:

$ pipenv install

Daily

Sync data.

$ make db

Sync growth stats.

$ make growth_stats

Pub tweets

$ make tweets

Weekly

$ export ISSUE=0006 # replace it to new issue.

Send to telegram

$ make telegram_message > /tmp/$ISSUE.md
$ pipenv run ./admin.py push_to_telegram_channel /tmp/$ISSUE.md
$ pipenv run ./admin.py push_to_telegram_channel /tmp/$ISSUE.md --release

Send to mailchimp

$ make mailchimp_message > /tmp/$ISSUE.md
$ make mailchimp

About

@soasme's technical readings and thoughts.

https://www.soasme.com/techshack.weekly


Languages

Language:HTML 36.8%Language:Python 30.6%Language:Makefile 17.4%Language:CSS 7.9%Language:Shell 7.3%