Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 서평
- 매틀랩
- 통계학
- MATLAB
- 티스토리
- 리눅스
- tensorflow
- 텐서플로
- 딥러닝
- Python
- Visualization
- 월간결산
- Blog
- 파이썬 시각화
- Pandas
- SQL
- Ga
- python visualization
- Linux
- 블로그
- Tistory
- MySQL
- 시각화
- 한빛미디어
- 서평단
- 파이썬
- 독후감
- matplotlib
- 한빛미디어서평단
- Google Analytics
Archives
- Today
- Total
목록트위터 (1)
pbj0812의 코딩 일기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/cgMGXN/btqCdhdKrJU/5UnKCKTEvRFbv4CCqu7Jmk/img.png)
0. Flow Chart 1) 사용자가 원하는 키워드를 입력하고 검색 버튼 클릭 2) python을 사용해서 twitter에서 연관 키워드 글 추출 3) pandas를 사용해서 xlsx 형식으로 제공 1. 준비물 1) 트위터 앱 생성(링크) - Create an app을 눌러 생성 - Details 클릭 이후 Keys and tokens의 아래 키들 확인(보관 주의) 2) 필요 라이브러리 설치 pip install PyQt5 pip install pyinstaller pip install tweepy 2. 코드 1) library 호출 import sys from PyQt5.QtWidgets import * import tweepy import pandas as pd from pandas import E..
ComputerLanguage_Program/PYTHON
2020. 2. 24. 01:27