Skip to content

ce-dric/msg-de-programa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msg-de-programa

License: MIT

message from program

message-demo

Author

👤 Changwoo Song

Requirements

  • twitter account
  • library
    • tweepy==3.9.0
    • os
    • json

Getting Started

  • 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 

How to use

  • 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!')
...

message-demo

Troubleshooting

  • just in case of bad auth, re-check your dev-api reference (ex)

📝 License

Copyright © 2020 Changwoo Song. This project is MIT licensed.