{"id":17811784,"url":"https://github.com/dustinmichels/paradeller","last_synced_at":"2026-02-01T09:32:06.265Z","repository":{"id":50187398,"uuid":"194166699","full_name":"dustinmichels/paradeller","owner":"dustinmichels","description":"Paradeller is a robo-poet that scours Twitter in search of fodder for paradelle poems","archived":false,"fork":false,"pushed_at":"2022-12-08T03:12:57.000Z","size":9542,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T16:45:21.538Z","etag":null,"topics":["algorithm","poem","poetry","python","twitter","twitter-api"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/dustinmichels.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}},"created_at":"2019-06-27T21:40:23.000Z","updated_at":"2020-05-22T10:47:16.000Z","dependencies_parsed_at":"2023-01-24T09:15:42.664Z","dependency_job_id":null,"html_url":"https://github.com/dustinmichels/paradeller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dustinmichels/paradeller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinmichels%2Fparadeller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinmichels%2Fparadeller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinmichels%2Fparadeller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinmichels%2Fparadeller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dustinmichels","download_url":"https://codeload.github.com/dustinmichels/paradeller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustinmichels%2Fparadeller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28975233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithm","poem","poetry","python","twitter","twitter-api"],"created_at":"2024-10-27T15:55:03.161Z","updated_at":"2026-02-01T09:32:06.241Z","avatar_url":"https://github.com/dustinmichels.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :black_nib: Paradeller\n\nParadeller is a robo-poet that scours Twitter in search of fodder for [paradelle poems](http://www.shadowpoetry.com/resources/wip/paradelle.html).\n\n## Setup\n\n### 1) Install [Git Large File Storage](https://git-lfs.github.com/)\n\n```bash\n# MacOS\nbrew install git-lfs\n\n# Linux\nsudo apt-get install git-lfs\n```\n\n### 2) Clone Repo\n\n```bash\ngit clone https://github.com/dustinmichels/paradeller.git\ncd paradeller\n\n# Initialize large file storage\ngit lfs install\n```\n\n### 3) Install Python Dependencies\n\n```bash\n# dev\npipenv install --dev\npipenv shell\njupyter labextension install @jupyter-widgets/jupyterlab-manager\n\n# prod\npip -r requirements.txt\n```\n\n### 4) _[Optional]_ Twitter API Keys\n\nIf you will be scraping tweets:\n\n- Create Twitter API credentials\n- Copy keys template: `cp paradeller/keys.template.py paradeller/keys.py`\n- Populate `keys.py` with API credentials\n\n## Usage\n\n### Scraping Tweets\n\nScrape tweets using Tweepy.\n\n```bash\npython -m paradeller.scrape\npython -m paradeller.scrape 100\n```\n\n- Optional CLI argument is the number of iterations of `get_tweets` to perform.\n- Each iteration will scrape about 100 tweets, filter that collection down, then save to `data/archive.json`.\n- Scraper will automatically pause when rate limits are hit and resume when possible.\n\nCan easily run with default of 10,000 tweets using:\n\n```bash\n./scrape.sh\n```\n\n### Analyzing Tweets\n\nTo search for paradelles in the saved tweets, use `paradeller/run.py`.\n\n```bash\npython -m paradeller.run\npython -m paradeller.run 1000\n```\n\n- Optional CLI argument is number of ids to pair off as initial pairs\n\nCan easily run with default of 1,000 ids using:\n\n```bash\n./search.sh\n```\n\n## Dev Notes\n\nTo generate `requirements.txt` from `Pipefile`:\n\n```bash\npipenv lock -r \u003e requirements.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinmichels%2Fparadeller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdustinmichels%2Fparadeller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustinmichels%2Fparadeller/lists"}