Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grzegorzkrug/twitteranalyzer
TwitterApi
https://github.com/grzegorzkrug/twitteranalyzer
tweeter tweeter-api
Last synced: 1 day ago
JSON representation
TwitterApi
- Host: GitHub
- URL: https://github.com/grzegorzkrug/twitteranalyzer
- Owner: GrzegorzKrug
- License: apache-2.0
- Created: 2019-10-08T15:20:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T01:48:55.000Z (over 2 years ago)
- Last Synced: 2023-03-04T03:10:16.889Z (over 1 year ago)
- Topics: tweeter, tweeter-api
- Language: Python
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwitterAnalyzer
Application for analyzing and processing text information in tweets using Machine learning techniques.
## Recommended setup
Clone this repository#### Python version
`python==3.8.1`#### Virtual environment
conda create -n analyzer python==3.8.1
conda activate analyzer
#### InstallRun this command to install package with `setup.py`
`pip install -e .`
or install just dependencies
`pip install -r requirements.txt`
## Usage
Gui has 3 main tabs
- Tweet request
- Tweet filtration
- Tweet analysis
#
#### Layers
```
1. Gui
2. Celery
3. Tweet operator
/ \
/ \
4. Database operator 4. Api
```