Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ce-dric/msg-de-programa
- Owner: ce-dric
- License: mit
- Created: 2020-09-22T12:46:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T03:08:05.000Z (over 4 years ago)
- Last Synced: 2024-11-14T21:12:19.519Z (2 months ago)
- Topics: changwoo-song, library, message-demo, msg-de-programa, python, twitter, twitter-api, twitter-bot, twitter-developers
- Language: Python
- Homepage:
- Size: 686 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
msg-de-programa
> 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.