Skip to content

Use Playwright + Chromium to scrape posts from others on Twitter for semi-automated analysis of their personality traits (manual login required), supporting scraping of private accounts and image analysis (under development), using Python.

License

Notifications You must be signed in to change notification settings

kaixinol/offline-twitter-cyber-fortune-teller-py

Repository files navigation

offline-twitter-cyber-fortune-teller-py

Have you logged in to X (Twitter)? [y/n] (y): 
What's your username?(e.g. @jack or jack): jack
+ Based on the user's username, joining time, and low follower count, it appears to be the actual Twitter account of Jack Dorsey, the co-founder and former CEO of Twitter. The user activity suggests a strong interest in philanthropy and social impact, particularly focused on COVID-19 relief, girls' health and education, universal basic income (UBI), and transparency in donations. This individual also engages with a diverse range of tweets, including those related to technology, AI, and privacy. Additionally, retweeting content that supports free and open-source software and promotes philanthropic efforts further highlights Jack Dorsey's interests and values.

Introduction

Requirements

Configuration

  • Set up a Python virtual environment
pdm install # or `poetry install` etc.
playwright install
playwright install-deps
  • Configure /config/config.toml

Startup

pdm venv activate
source ...
cd src
python -m offline_twitter_cyber_fortune_teller_py

About

Use Playwright + Chromium to scrape posts from others on Twitter for semi-automated analysis of their personality traits (manual login required), supporting scraping of private accounts and image analysis (under development), using Python.

Topics

Resources

License

Stars

Watchers

Forks