{"id":21332457,"url":"https://github.com/unkn0wnvariable/python-twitter","last_synced_at":"2025-03-16T01:10:17.504Z","repository":{"id":168949691,"uuid":"143591132","full_name":"unkn0wnvariable/Python-Twitter","owner":"unkn0wnvariable","description":"Using the Twitter API with Python (via Twython).","archived":false,"fork":false,"pushed_at":"2023-08-07T15:49:25.000Z","size":29,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T13:52:05.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unkn0wnvariable.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-05T07:04:46.000Z","updated_at":"2024-09-26T20:57:38.000Z","dependencies_parsed_at":"2025-01-22T13:51:50.707Z","dependency_job_id":"6679fdfb-7d73-4557-9879-a7bfa57332ac","html_url":"https://github.com/unkn0wnvariable/Python-Twitter","commit_stats":null,"previous_names":["unkn0wnvariable/python-twitter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unkn0wnvariable%2FPython-Twitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unkn0wnvariable%2FPython-Twitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unkn0wnvariable%2FPython-Twitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unkn0wnvariable%2FPython-Twitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unkn0wnvariable","download_url":"https://codeload.github.com/unkn0wnvariable/Python-Twitter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809888,"owners_count":20351407,"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":[],"created_at":"2024-11-21T22:48:22.379Z","updated_at":"2025-03-16T01:10:17.498Z","avatar_url":"https://github.com/unkn0wnvariable.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python-Twitter\n\n**Using the Twitter API with Python (via Twython).**\n\n## Description\n\nThis started as me playing with using Twitter from the CLI of a Raspberry Pi, and expanded from there into whether I could use Python and the API to do some semi-automated management of lists. The plan was to do more, and I may well do one day, but for now I haven't had the time.\n\nI've now decided to tidy up my code and make it public, since others may find it useful.\n\n## Prerequisites\n\nA great Python to Twitter API module has been created in the form of [Twython](https://github.com/ryanmcgrath/twython), so rather than spend ages trying to make my own interface I have simply used that.\n\nYou can install Twython using `pip install twython`.\n\nThere may be other Python modules I'm using which aren't part of the standard install, I'll track them down and add them here as I go.\n\n## API Details File\n\nI use a seperate file for my API details which, for obvious reasons, I exclude from my public repository. It therefore needs to be created and populated with your own API credentials.\n\nThe file is called TwitterAPIDetails.py and contains the following:\n\n```Python\n# Twitter API and Access keys\napiKey = ''\napiSecret = ''\naccessToken = ''\naccessTokenSecret = ''\n```\n\n## Disclaimer\n\nAll code provided as is without warranty of any kind, use at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funkn0wnvariable%2Fpython-twitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funkn0wnvariable%2Fpython-twitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funkn0wnvariable%2Fpython-twitter/lists"}