Twitter-Scraping-App
A simple app to scrap data from Twitter.
Available Features
- Search query.
- Select number of data you want to fetch from twitter.
- Choose if you want save the result into CSV file.
- Name the CSV file.
- Download data in CSV file.
Upcoming Features
- Fetch data from specific twitter profile.
- Fetch data with specific langauge.e.g Swahili (sw).
- Download fetched data into JSON file.
Installation
Install all streamlit requirements by run the following command
pip install requirements.txt
Run Streamlit
To access and use the application,donwoload or clone the reposityr and then run the command below.
streamlit run app.py
Finally browse the link provided in your browser.