Skip to content

Snorre's "Log" implementation API + Analysis of datalog #39

@Myskovgaard

Description

@Myskovgaard

Hi Everybody,

We have two questions in regards to Snorre's datalog file:

  1. Logging file with API:
    We have tried to implement the 'logging code' from lecture 8 into our function that extracts tweets but it does not save anything to the file. Our function goes through Twitters API to extract the data and not a URL. We do not use the requests module, we use the tweepy function:
auth = tweepy.OAuthHandler(consumerKey, consumerSecret)
auth.set_access_token(accessToken, accessTokenSecret)
api = tweepy.API(auth) 

Maybe you can give us an idea of how to implement it correctly?

  1. Describing the data (Maybe this one is more directed at Snorre):
    We understand that the log file will log errors and save timestamps etc. How do you want us to analyze the data?

Kindest regards,
Group 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions