Coder Social home page Coder Social logo

kippateam's Introduction

"# KippaTeam"

This is our program. We import different information from the website: Toward Data Science (https://towardsdatascience.com/) The first dataframe is the basics information from the home page of each topic (Data Science, AI, Programming, ...) The second dataframe is the authors of each articles, we have the names of the authors, the date of subscription, the number of followers et followings and if he has social media The third dataframe is the articles details. It gives additional information about the articles like claps and tags

The final objective is to analyse these data.

Enjoy.

To do list

CHECKPOINT 1

  1. Chose a topic - done

  2. Initially chose pintrest however we were not happy with the data that we were able to scrape. On consultation with Danielle we changed to towardsdatascience.com which we confirmed had sufficient data

  3. Read throuhg tutorial about requests - done

  4. Read through tutorial about - done

  5. Code webscraper - 1/2 done

    • Our main scraper is working. Scraping data of all the articles on the site. We just need to finish our scraper for the authors.
  6. Only use requests, beautiful and selenium - done

Stuff ont the drive:

  • scrape data source - mostly done
  • pep8 - not done
  • source control - ongoing
  • software design - not done

CHECKPOINT 2

  1. Command line interface
  • Wrap up your web scraper to be able to call it with different arguments from the terminal. Done.
  • Use click or argparse packages. Done.
  1. Database implementation
  • Design an ERD for your data. Think about which fields should be primary and foreign keys, and how you distinct new entries from already existing ones. Done.

Diagram

  • Take notice to primary and foreign keys. Done.
  • Write a script that creates your database structure (python or sql), it should be separate from the main scraper code (but should be part of the project and submitted as well). Done.
  • Add to your scraper the ability to store the data it scrapes to the database you designed. It should store only new data and avoid duplicates. Done.

kippateam's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.