Skip to content

Instantly share code, notes, and snippets.

@shioshio38
Created June 7, 2023 17:45
Show Gist options
  • Save shioshio38/af2ad172df6caab948393ba42fa6436c to your computer and use it in GitHub Desktop.
Save shioshio38/af2ad172df6caab948393ba42fa6436c to your computer and use it in GitHub Desktop.
https://twitter.com/nihontaroh/status/1666007705222520832
@sanbesan42 @SokoranoKumasan 部下の嫁が放射脳で、家族全員(4人)で沖縄に飛んだ。?はて?幸せなのだろうか?
https://twitter.com/santonranocchia/status/1665961629815820288
両方やったらアカンのか?【話題】放射脳「原子炉動かす技術を考えるより、再エネ電気 を蓄電する技術を考えた方がよかったのに、12年間なにやってた?」 : モナニュース https://t.co/jkPWf
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# using snscrape https://github.com/JustAnotherArchivist/snscrape
# install pip
# pip3 install git+https://github.com/JustAnotherArchivist/snscrape.git
import snscrape.modules.twitter as sntwitter
search = "放射脳 since:2011-01-01 until:2023-06-07 "
for c in sntwitter.TwitterSearchScraper(search).get_items():
print(c)
t=c.rawContent.replace('\n','')
print(t[:100])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment