Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryajava/tm-sentysis
Text Mining - Sentiment Analysis
https://github.com/aryajava/tm-sentysis
Last synced: about 2 months ago
JSON representation
Text Mining - Sentiment Analysis
- Host: GitHub
- URL: https://github.com/aryajava/tm-sentysis
- Owner: aryajava
- Created: 2023-01-05T11:20:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T11:50:59.000Z (almost 2 years ago)
- Last Synced: 2023-10-29T16:30:11.450Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TM - Sentysis
Adalah proyek text mining untuk analisis sentimen yang ada di twitter
## Features
#### GetTweetApp.py (Mengambil tweet dari twitter):
- Pencarian tweet
- Limit tweet untuk menentukan banyaknya tweet yang mau diambil
- Menggambil tweet berdasarkan waktu (tahun-bulan-hari)
- Eksport ke CSV## Installation
Untuk menjalankan program diharuskan untuk menginstall module/ library yang ada di `requirements.txt`
```bash
pip install -r requirements.txt
```
Setelah berhasil diinstall, untuk menjalankan program.
#### GetTweetApp.py
```bash
python GetTweetApp.py
```