Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ce-dric/msg-de-programa

message from program
https://github.com/ce-dric/msg-de-programa

changwoo-song library message-demo msg-de-programa python twitter twitter-api twitter-bot twitter-developers

Last synced: 1 day ago
JSON representation

message from program

Awesome Lists containing this project

README

        

msg-de-programa




License: MIT

> message from program
>
> ![message-demo](demo/demo.gif)

## Author

👤 **Changwoo Song**

* Github: [@Odin-son](https://github.com/Odin-son)
* LinkedIn: [@mdsd12](https://linkedin.com/in/mdsd12)

## Requirements
* twitter account
* registered developer [@how_to_register](https://blog.naver.com/mdsd12/222100803033)
* library
* tweepy==3.9.0
* os
* json

## Getting Started
* in case of using virtualenv,
```bash
$ virtualenv [env_name] --python=python3.7
$ source [en_name]/bin/activate
```
* in case of using anaconda,
```bash
$ 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](demo/demo.gif)

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

## 📝 License

Copyright © 2020 [Changwoo Song](https://github.com/Odin-son).
This project is [MIT](https://github.com/Odin-son/msg-de-programa/master/LICENSE) licensed.