message from program
👤 Changwoo Song
- twitter account
- registered developer @how_to_register
- library
- tweepy==3.9.0
- os
- json
- in case of using virtualenv,
$ virtualenv [env_name] --python=python3.7
$ source [en_name]/bin/activate
- in case of using anaconda,
$ conda create -n [env_name] python=3.7
$ conda activate [env_name]
- install required library(CLI)
$ bash ./lib_install.sh
- in your code, just call
msg()
function
# load package, 'msg-de-programa'
from mensaje.operate import *
...
# for example, when the loop statement is done
msg('[TEST-01, LOOP] finally done!')
...
- just in case of bad auth, re-check your dev-api reference (ex)
Copyright © 2020 Changwoo Song. This project is MIT licensed.