sepeca15 / interacting-with-the-twitter-api-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrating with the Twitter API Project Tutorial

  1. Create a Twitter developer application using the Twitter Developer Portal.
  2. Connect with the Twitter API
  3. Retrieve and download data from the Twitter API.
  4. Create a python pandas dataframe for easier manipulation of the data.
  5. Save the data into a SQL database.

Inside this repository, you will find a file called ./INSTRUCTIONS.md with the steps needed to complete it.

๐ŸŒฑ How to start this project

The easiest way to start working on this project is by using Gitpod:

  1. Make a fork of this repository into your github account.
  2. Open the recently created fork on Gitpod by using the Gitpod button extension.
  3. Once Gitpod VSCode has finished opening you can go ahead and open the problems.ipynb file and start solving each exercise inside the notebook.

๐Ÿš› How to deliver this project

Once you are finished solving the exercises make sure to commit your changes, push to your repository fork and go to 4Geeks.com to upload the repository link.

Solutions

We also incorporated the solution samples on ./src/solution.md that we strongly suggest you only use if you are stuck for more than 30min or if you have already finished and want to compare it with your approach.

About


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%