{"id":19610141,"url":"https://github.com/mathis2001/twittosint","last_synced_at":"2025-07-31T12:08:42.573Z","repository":{"id":110078464,"uuid":"502046493","full_name":"mathis2001/TwittosINT","owner":"mathis2001","description":"A simple Twitter OSINT tool written in python","archived":false,"fork":false,"pushed_at":"2023-01-03T09:02:13.000Z","size":57,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T03:41:24.149Z","etag":null,"topics":["osint","recon","twitter"],"latest_commit_sha":null,"homepage":"","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/mathis2001.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":"2022-06-10T13:05:01.000Z","updated_at":"2023-06-12T09:59:23.000Z","dependencies_parsed_at":"2023-03-16T13:30:59.451Z","dependency_job_id":null,"html_url":"https://github.com/mathis2001/TwittosINT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathis2001%2FTwittosINT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathis2001%2FTwittosINT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathis2001%2FTwittosINT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathis2001%2FTwittosINT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathis2001","download_url":"https://codeload.github.com/mathis2001/TwittosINT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251211898,"owners_count":21553377,"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":["osint","recon","twitter"],"created_at":"2024-11-11T10:26:57.839Z","updated_at":"2025-04-27T21:31:24.164Z","avatar_url":"https://github.com/mathis2001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TwittosINT\nA simple Twitter OSINT tool written in python\n\n## Install:\n```bash\n$ git clone https://github.com/mathis2001/TwittosINT\n\n$ cd TwittosINT\n\n$ python3 twittosint.py\n```\n## Requirements:\n\n- Python3\n\n- Pip3\n\n- tweepy\n\n```bash\n$ pip3 install tweepy\n```\n\n## Usage:\n```bash\nhashtags/profiler: ./twittosint.py [-h] -u username [-ht] [-p] [-m] [-f] [-l limit]\nnetwork comparison: ./twittosint.py [-h] -c username1/username2\n\n```\n## options:\n```bash\nOptions\n  -------------------------------------------\n\t-u   target username\n\t-p   profile information\n\t-ht  hashtags used by the target\n\t-c   followers and following comparison\n\t-m   check for mentions (occurence)\n\t-f   print followers details\n\t-l   limit\n  -------------------------------------------\n\n  Config \n        \n        First, you have to create an application on https://developer.twitter.com/.\n        Then, copy your tokens and paste them in your environment variables as 'CONSUMER_KEY', 'CONSUMER_SECRET', 'ACCESS_TOKEN', 'ACCESS_TOKEN_SECRET'\n        and 'BEARER_TOKEN'.\n\n```\n## Configuration:\n\nIn order to use this tool, you have to create an app on https://developer.twitter.com/ to have access to your tokens and access keys.\nIt is necessary to use the free twitter APIv2.\n\nSteps:\n\n- create an app on your first log in developer.twitter.com.\n- Once you are in your dashboard, go to 'Projects \u0026 App' \u003e YOUR_PROJECT.\n\n![image](https://user-images.githubusercontent.com/40497633/173073516-15390f60-e63d-4e1a-b431-a135c63a56b2.png)\n- Go to 'Keys and tokens'.\n\n![image](https://user-images.githubusercontent.com/40497633/173073920-b07666e1-2f79-4db0-bf30-2788ff2dada3.png)\n- Finally, generate your access keys and tokens \u003e add them to your environment variables.\n\n## Some screens\n\n![image](https://user-images.githubusercontent.com/40497633/173357103-c8c4f03c-a5c1-4159-b91a-6adcc23c6124.png)\n\n![tempsnip](https://user-images.githubusercontent.com/40497633/173075972-083ee916-e1a6-485f-b339-5775ffded5d1.png)\n\n![tempsnip](https://user-images.githubusercontent.com/40497633/173076312-3e46ea75-abe1-41c8-b55c-24f90c4d0e99.png)\n\n![tempsnip](https://user-images.githubusercontent.com/40497633/173076890-4e4fa858-38b9-4c6f-98d3-79cb73006618.png)\n\n![tempsnip](https://user-images.githubusercontent.com/40497633/173352166-1bc1b27e-77f5-4a1d-aa4c-d64059da3bd2.png)\n\n![image](https://user-images.githubusercontent.com/40497633/173357906-81c37cd0-ae85-47a2-91c4-1612937ed394.png)\n\n![tempsnip](https://user-images.githubusercontent.com/40497633/174047863-0c796f9f-4199-476b-8e37-0cf5740c529f.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathis2001%2Ftwittosint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathis2001%2Ftwittosint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathis2001%2Ftwittosint/lists"}