Skip to content

In this repo I going to do a Twitter Data Collection in order to fetch Tweets and save them into a normalize dataset.

License

Notifications You must be signed in to change notification settings

sebaxtian/twitter-data-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

twitter-data-collection

In this repo I going to do a Twitter Data Collection in order to fetch Tweets and save them into a normalize dataset.

Source Code

You can review the source code into ./src directory

Requirements

  • Python 3+
  • twint
  • pandas

How to use

Please read and execute each step below:

Step 1

Create and use Python virtual environment

$promt> python3 -m venv .venv
$promt> source .venv/bin/activate

Step 2

Install all Python requirements

$promt> pip3 install -r ./src/requirements.txt

Step N

Work in progress ...


That's all for now ...


License

MIT License

About me

https://about.me/sebaxtian

About

In this repo I going to do a Twitter Data Collection in order to fetch Tweets and save them into a normalize dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published