All Projects → bcko → Um Twitteremojianalysis

bcko / Um Twitteremojianalysis

Licence: mit
Twitter Emoji Analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Um Twitteremojianalysis

Twitterapi
Minimal python wrapper for Twitter's REST and Streaming APIs
Stars: ✭ 724 (+11966.67%)
Mutual labels:  twitter-api, twitter
Linqtotwitter
LINQ Provider for the Twitter API (C# Twitter Library)
Stars: ✭ 401 (+6583.33%)
Mutual labels:  twitter-api, twitter
Tweetbotornot
🤖 R package for detecting Twitter bots via machine learning
Stars: ✭ 355 (+5816.67%)
Mutual labels:  twitter-api, twitter
Tweetie
Simple jQuery Twitter feed plugin
Stars: ✭ 314 (+5133.33%)
Mutual labels:  twitter-api, twitter
Twitter Lite
A tiny, full-featured, flexible client / server library for the Twitter API
Stars: ✭ 611 (+10083.33%)
Mutual labels:  twitter-api, twitter
Mastodon Twitter Poster
Crossposter to post statuses between Mastodon and Twitter
Stars: ✭ 317 (+5183.33%)
Mutual labels:  twitter-api, twitter
Twitter Sort
🐦 Sort numbers with some help from the Twitter API
Stars: ✭ 384 (+6300%)
Mutual labels:  twitter-api, twitter
Twitter Scraper
Scrape the Twitter Frontend API without authentication.
Stars: ✭ 3,037 (+50516.67%)
Mutual labels:  twitter-api, twitter
Twitter Php
Small and easy PHP library for sending messages to Twitter and receiving statuses.
Stars: ✭ 507 (+8350%)
Mutual labels:  twitter-api, twitter
Twitteroauth
The most popular PHP library for use with the Twitter OAuth REST API.
Stars: ✭ 4,134 (+68800%)
Mutual labels:  twitter-api, twitter
Twitter Api V2 Sample Code
Sample code for the Twitter API early access endpoints (Python, Java, Ruby, and Node.js).
Stars: ✭ 306 (+5000%)
Mutual labels:  twitter-api, twitter
Tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
Stars: ✭ 812 (+13433.33%)
Mutual labels:  twitter-api, twitter
Surfbird
A Microblogging client built on Electron and Vue
Stars: ✭ 309 (+5050%)
Mutual labels:  twitter-api, twitter
Advertools
advertools - online marketing productivity and analysis tools
Stars: ✭ 341 (+5583.33%)
Mutual labels:  twitter-api, twitter
Coretweet
Yet Another .NET Twitter Library
Stars: ✭ 281 (+4583.33%)
Mutual labels:  twitter-api, twitter
Search Tweets Python
Python client for the Twitter search endpoints (v2/Labs/premium/enterprise). Now supports Twitter API v2 /recent and /all search endpoints.
Stars: ✭ 378 (+6200%)
Mutual labels:  twitter-api, twitter
markdown-tweet-scheduler
Schedule daily tweets from markdown files in your repo, posted via github actions.
Stars: ✭ 49 (+716.67%)
Mutual labels:  twitter, twitter-api
archive-explorer-web
Browse your Twitter archive with a friendly, responsive, full experience, and quickly delete the tweets you don't want.
Stars: ✭ 19 (+216.67%)
Mutual labels:  twitter, twitter-api
Wdt Emoji Bundle
Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
Stars: ✭ 411 (+6750%)
Mutual labels:  twitter, emoji
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+10833.33%)
Mutual labels:  twitter-api, twitter

Prerequisites

In order to reproduce the study we need to have

Prerequisite Guide

  1. Create a Koding account. Koding University. From Wikipedia,

Online development environment owned by Koding, Inc. which allows software developers to program and collaborate online in a web browser without the needs of downloading the software development kits. The platform supports multiple programming languages, including C, C++, Go, Java, Node.js, Perl, PHP, Python, and Ruby.

sudo apt-get update
sudo apt-get install git

mkdir github
cd github

git clone https://github.com/bcko/twitter-emoji
sudo apt-get install python3-pip
sudo pip3 install tweepy

Groups

Groups are divided according to language and location provided by Twitter Advanced Search

Twitter Advanced Search

Group
Country Japan Korea United States Canada Brazil Mexico
Language Japanese Korean English English Portuguese Spanish
Location Japan Korea United States Canada Brazil Mexico

How to create an authentication information?

We will use application only authentication to create consumer key/secret and Access token/secret. go to Twitter Application Management. Click Create New App. In application details, fill out Name, Description, and Website. Click agree to developer agreement. Click create your twitter application. In Keys and Access Tokens, Application Settings, we have Consumer Key and Consumer Secret. We also need Access Token and Access Secret. In Your Access Token,

Emoji, Emoticon, Kaomoji

Unicode based Emoji

obtained from Emojipedia

Kaomoji

Obtained from http://japaneseemoticons.me/

Positive

Neutral

Negative

License

MIT License

The MIT License is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].