We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import stweet as st def try_tweet_by_id_scrap(): id_task = st.TweetsByIdTask('1595517609268891648') output_json = st.JsonLineFileRawOutput('output_raw_id.jl') output_print = st.PrintRawOutput() st.TweetsByIdRunner(tweets_by_id_task=id_task, raw_data_outputs=[output_json,output_print]).run() try_tweet_by_id_scrap()
I get the result on output print. I want to store the return result in a list, how to do that.
The text was updated successfully, but these errors were encountered:
Does it still work now?
Sorry, something went wrong.
work
No branches or pull requests
I get the result on output print. I want to store the return result in a list, how to do that.
The text was updated successfully, but these errors were encountered: