{"id":16195304,"url":"https://github.com/tethik/flashback-user-crawler","last_synced_at":"2025-07-23T17:08:05.793Z","repository":{"id":88295848,"uuid":"162059063","full_name":"Tethik/flashback-user-crawler","owner":"Tethik","description":null,"archived":false,"fork":false,"pushed_at":"2018-12-17T01:59:48.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T15:55:18.817Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tethik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-17T01:38:12.000Z","updated_at":"2018-12-17T23:59:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"73c30f20-a854-446d-9f77-717cd40a8fa9","html_url":"https://github.com/Tethik/flashback-user-crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tethik/flashback-user-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fflashback-user-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fflashback-user-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fflashback-user-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fflashback-user-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tethik","download_url":"https://codeload.github.com/Tethik/flashback-user-crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tethik%2Fflashback-user-crawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266717708,"owners_count":23973384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T08:27:00.497Z","updated_at":"2025-07-23T17:08:05.771Z","avatar_url":"https://github.com/Tethik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flashback User Posts Crawler\n\n![cat](https://66.media.tumblr.com/5face01e81b48d0a4403fee24a09e838/tumblr_o14899nCAX1v56zzqo5_500.jpg)\n\nA simple crawler that fetches all of a users posts in their raw html form from the flashback.org website.\n\n⚠ Only fetches the last 1000 posts, due to a limitation on how many posts are listed on a user's profile.\n\nYou will need:\n\n1. python3 and pipenv\n2. a throwaway flashback.org account. https://www.throwawaymail.com/ worked great for me to create an account with.\n3. a VPN or proxy. I used https://mullvad.net\n\n# Install / Setup\n\nUse `pipenv install` to install all dependencies.\n\nAddd your throwaway username and password in a `.env` file inside the project root, like the following.\n\n```\nFLASHBACK_USERNAME=username\nFLASHBACK_PASSWORD=password\n```\n\nNext run `pipenv shell` to activate the environment.\n\n# Example Usage\n\nThe following command will start a crawl and save all posts in their original html into the `downloaded_data` folder.\nIt requires a target userid, which you can find in the url by navigating to the target user's profile page\nin your browser.\n\n```\nscrapy crawl user-posts -a userid=221078\n```\n\nIf you'd like the entire threads, i.e. with all the pages, you can run the command with the `-a fetch_full_thread=True` flag.\nNote that this will likely take a lot longer.\n\n# Other helpful stuff\n\nTo verify how many posts were downloaded, I counted downloaded files via `ls -1q downloaded_data/221078/posts/ | wc -l`\nthen compared against the number given on the profile.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fflashback-user-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftethik%2Fflashback-user-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftethik%2Fflashback-user-crawler/lists"}