ce-dric / msg-de-programa

message from program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

message from program

License:MIT License


Languages

Language:Python 93.0%Language:Shell 7.0%