Skip to content

soasme/techshack.weekly

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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