Skip to content

This repository is intended to include handy tools to make the whole pipeline of doing Twitter data analysis more convenient and efficient.

License

Notifications You must be signed in to change notification settings

baiqiushi/TwitterAnalysisTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterAnalysisTools

This repository is intended to include handy tools to make the whole pipeline of doing Twitter data analysis more convenient and efficient.

Python Evniroment

Create the Virtual Environment (Venv)

[white@localhost TwitterAnalysisTools]$ python3 -m venv venv

Activate the Virtual Environment

[white@localhost TwitterAnalysisTools]$ source venv/bin/activate

Check installed packages in the Virtual Environment

(venv) [white@localhost TwitterAnalysisTools]$ pip freeze

Deactivate the virtual Environment

(venv) [white@localhost TwitterAnalysisTools]$ deactivate

Install packages in requirements.txt file

pip install -r requirements.txt

About

This repository is intended to include handy tools to make the whole pipeline of doing Twitter data analysis more convenient and efficient.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published