Code Monkey home page Code Monkey logo

twittertrendsvisualizer's Introduction

TwitterTrendsVisualizer

Specification

This script save tweet from twitter timelines. When the date changes, save the data to CSV. Example of data to be saved

TweetID text Word Week Month Day Hour Minute Second Year
1249121888112128000 今日も一日 https://t.co/8JLXdARugO 今日 Sat 04 11 23 47 20 2020

API application and key acquisition

Apply for Twitter API and get consumer key in this site. Developer Site

List of key

  • Consumer Key
  • Consumer Secret Key
  • Access Token
  • Access Secret Token

Save the obtained key in config.py.

#config.py

Consumer_Key = "Comsumer Key"
Consumer_Secret_Key = "Consumer Secret Key"
Access_Token = "Access Token"
Access_Secret_Token = "Access Secret Token"

twittertrendsvisualizer's People

Contributors

marbou090 avatar

Watchers

 avatar

twittertrendsvisualizer's Issues

jsonは””で囲む

''で囲んでるjsonファイルでエラーが出た。
参考

もし上記と似たエラーが出たら、
json_open = open("hoge.json", 'r') jj = json.load(json_open) print(type(jj)) df_s = pd.DataFrame(jj)
でDataFrameに直せる。元の出力するスクリプトを修正しないと今後もエラーでるぞ。

read.md書き換え

以前のものから変わってないから変えないといけない。

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.