{"id":17180029,"url":"https://github.com/matteo-grella/tweetdeck-scraper","last_synced_at":"2025-10-25T09:32:53.064Z","repository":{"id":202243649,"uuid":"240227590","full_name":"matteo-grella/tweetdeck-scraper","owner":"matteo-grella","description":"A tool that continuously scrapes TweetDeck tweets","archived":false,"fork":false,"pushed_at":"2020-02-13T10:02:21.000Z","size":11,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T20:53:25.370Z","etag":null,"topics":["scraper","tweetdeck","tweets-extraction","tweetstream"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteo-grella.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-02-13T09:56:03.000Z","updated_at":"2023-12-16T00:25:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1ea4591-0d63-4550-a218-797bca5b31ab","html_url":"https://github.com/matteo-grella/tweetdeck-scraper","commit_stats":null,"previous_names":["matteo-grella/tweetdeck-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-grella%2Ftweetdeck-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-grella%2Ftweetdeck-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-grella%2Ftweetdeck-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteo-grella%2Ftweetdeck-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteo-grella","download_url":"https://codeload.github.com/matteo-grella/tweetdeck-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248750127,"owners_count":21155687,"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","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":["scraper","tweetdeck","tweets-extraction","tweetstream"],"created_at":"2024-10-15T00:28:27.494Z","updated_at":"2025-10-09T19:32:45.097Z","avatar_url":"https://github.com/matteo-grella.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TweetDeck Scraper Docker Container\n\nA docker container wrapping a tool to continuously scrape [Tweetdeck](https://tweetdeck.twitter.com/) tweets, store them in ElasticSearch and add scraped ids to a RabbitMQ queue.\n\nThe extracted information are:\n\n- Id\n- Publish date\n- Download date\n- Author\n- Language\n- Text\n- Full body\n- Image url\n\n## Configuration\n\nSensible settings are configured in a `.env` file, these are exported as env variables when running the container so can be changed even after the container is built:\n\nTwitter account params:\n\n    $ cd tweetdeck-scraper\n    $ echo \"TWITTER_USERNAME=username\" \u003e .env\n    $ echo \"TWITTER_PASWORD=password\" \u003e\u003e .env\n\nElasticsearch settings:\n\n    $ echo \"ES_HOST=localhost\" \u003e\u003e .env\n    $ echo \"ES_PORT=9200\" \u003e\u003e .env\n    $ echo \"ES_CURRENT=index_name\" \u003e\u003e .env\n    $ echo \"ES_USERNAME=username\" \u003e\u003e .env\n    $ echo \"ES_SECRET=password\" \u003e\u003e .env\n\nRabbitMQ settings:\n\n    $ echo \"RMQ_HOST=localhost\" \u003e\u003e .env\n    $ echo \"RMQ_PORT=5762\" \u003e\u003e .env\n    $ echo \"RMQ_QUEUE=tweetdeck\" \u003e\u003e .env\n    $ echo \"RMQ_USERNAME=username\" \u003e\u003e .env\n    $ echo \"RMQ_PASSWORD=password\" \u003e\u003e .env\n\nAdditional settings can be found inside `tweetdeck_scraper/settings.py` and should be modified before building the container.\n\n**DEBUG**\n\nWhen True additional infos are logged.\n\n**LOG_PATH**\n\nThe path of the log file.\n\n**SCRAPE_INTERVAL**\n\nSeconds between scraping actions.\n\n**COLUMNS**\n\nWhich columns to scrape, value can be 'ALL' or a list of xpaths.\n\n## Usage\n\nBuild the container\n\n    $ ./build-docker.sh\n\nRun the container\n\n    $ ./run-docker.sh\n\nEnjoy :)\n\n-----\n\nLegal\n=====\n\nIt is your responsibility to ensure that your use of tweetdeck-scraper does not violate applicable laws.\n\nLicensing\n=====\n\nTweetdeck Scraper is licensed under the Apache License, Version 2.0. See\n[LICENSE](https://github.com/matteo-grella/tweetdeck-scraper/blob/master/LICENSE) for the full\nlicense text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteo-grella%2Ftweetdeck-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteo-grella%2Ftweetdeck-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteo-grella%2Ftweetdeck-scraper/lists"}