GithubHelp home page GithubHelp logo

twitter-sn's Introduction

Goal

Just getting started. Let's have some fun

The main goal is to get Senegalese account profile picture then apply some deep learning to classify a person from that nationality or not

The following step is to so using twint library:

  • start from a lambda Senegalese user
  • append followers and followings with to queue:
    • twint -u $username --followers --user-full
    • twint -u $username --following --user-full
  • get user bio with:
    • twint -u $username --user-full -o "$username.json" --json
  • try to find Senegal or πŸ‡ΈπŸ‡³ in bio or tweet name to confirm that is Senegalese
  • once we gather all the dataset we will need do do some cleaning and preprocessing operation on our data
    • make sure data distribution is good (same amount of male and female)

Possible options: Get tweets from a specific ip

  latitude=$1
  longitude=$2
  distance=$3
  twint -g="${latitude},${longitude},${distance}km" -o file.csv --csv

Available output formats are csv,json

Find social media influencer

Follow recipe from Mark @neo4j

twitter-sn's People

Contributors

babacarcissedia 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.