{"id":16156848,"url":"https://github.com/saghul/twitterbot","last_synced_at":"2025-07-17T15:36:09.792Z","repository":{"id":66099560,"uuid":"887665","full_name":"saghul/twitterbot","owner":"saghul","description":"A simple Twitter bot  retwitting the given hashtag","archived":false,"fork":false,"pushed_at":"2014-09-23T15:19:18.000Z","size":133,"stargazers_count":13,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T19:04:52.697Z","etag":null,"topics":[],"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/saghul.png","metadata":{"files":{"readme":"README","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":"2010-09-04T11:19:58.000Z","updated_at":"2025-03-12T11:14:53.000Z","dependencies_parsed_at":"2023-02-19T22:30:45.992Z","dependency_job_id":null,"html_url":"https://github.com/saghul/twitterbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saghul/twitterbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftwitterbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftwitterbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftwitterbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftwitterbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saghul","download_url":"https://codeload.github.com/saghul/twitterbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saghul%2Ftwitterbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265623186,"owners_count":23800115,"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-10-10T01:46:47.507Z","updated_at":"2025-07-17T15:36:09.769Z","avatar_url":"https://github.com/saghul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"TwitterBot by saghul\n====================\n\nTwitterBot is an easy way of creating a Twitter bot which twitts everything\ntagged with a givven tag.\n\nFor getting TwitterBot to work you need to create a SQLite database using FTS3:\n\n$ \u003e sqlite3 twitterbot.db\nsqlite\u003e CREATE VIRTUAL TABLE twitts USING fts3(id, content);\nsqlite\u003e .quit\n\nAnd add a cron job with the necessary parameters:\n\n*/5 * * * *     /home/saghul/work/git/twitterbot/twitter-bot.py -t asterisk \u003e /dev/null 2\u003e\u00261\n\n  -t: Hashtag\n\nYou'll need to edit the config.ini file, because Twitter now only\nallows OAuth based authentication\n\nDependencies:\n------------\n  * python-application: http://pypi.python.org/pypi/python-application/\n  * python-feedparser: http://feedparser.org\n  * python-oauth2: http://pypi.python.org/pypi/oauth2/\n  * python-twitter (trunk version): http://pypi.python.org/pypi/python-twitter/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Ftwitterbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaghul%2Ftwitterbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaghul%2Ftwitterbot/lists"}