question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Timeline on twarc-archive.py

See original GitHub issue

Hi,

Is it possible to use the timeline functionality on twarc-archive.py? It would seem that twarc-archive only uses GET search/tweets and not GET statuses/user_timeline. Is that correct? My use case requires to use the timeline because of the bigger requests calls per window, and I have to do it through an extended period of time, so mining only the newer tweets automatically, is exactly what I’m looking for.

Because, as far as I know, if I do:

twarc timeline slarrain > slarrain.jsonl

2 days in a row, it just overwrites the slarrain.jsonl file. And If I, instead, give it a new name, like slarrain2.jsonl, It will re-mine the tweets that are already on the old file. So it would seem that what I’m looking for is exactly the functionality that twarc-archive provides, but not for search (which I’m currently using) but for timelines.

Is that possible?

In any case, thank you so much for twarc. Is beyond awesome.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
edsucommented, Aug 3, 2018

You’re welcome! Thanks for the kind words, they make everything worthwhile.

0reactions
edsucommented, Dec 27, 2019

Thank you @jason-lange – it’s always great to hear people find it useful, even if it’s a bit difficult at first. Thanks also for the pointer to @alblaine’s tutorial, it had slipped my radar and points to a possible way to improve the twarc documentation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using log2timeline.py - Plaso - Read the Docs
log2timeline.py will go through the entire data set and produce a “kitchen sink” timeline, containing information extracted from all discovered files. $ ...
Read more >
Creating a timeline with lines, dates, and text - Matplotlib
Timelines can be created with a collection of dates and text. In this example, we show how to create a simple timeline using...
Read more >
How to plot timeline in a single bar? - python - Stack Overflow
I am trying to plot a timeline chart but they are stacking over each other. import pandas as pd import plotly.express as pex...
Read more >
streamlit-timeline - PyPI
Developed and maintained by the Python community, for the Python community. Donate today! "PyPI", "Python Package Index", and the blocks logos ...
Read more >
Introducing Streamlit Timeline for creating beautiful ... - YouTube
... App: https:// timeline.streamlitapp.com. ... Introducing Streamlit Timeline for creating beautiful timelines with Python.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found