{"id":15930514,"url":"https://github.com/mainasuk/twitteroauth","last_synced_at":"2026-05-12T11:38:07.168Z","repository":{"id":89171913,"uuid":"291931511","full_name":"MainasuK/TwitterOAuth","owner":"MainasuK","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-04T16:16:10.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T14:47:43.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/MainasuK.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":"2020-09-01T07:45:04.000Z","updated_at":"2020-09-08T03:16:35.000Z","dependencies_parsed_at":"2023-06-26T01:58:21.553Z","dependency_job_id":null,"html_url":"https://github.com/MainasuK/TwitterOAuth","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"084640ad72463f27a76c242d5ad75fcaa705dcca"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainasuK%2FTwitterOAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainasuK%2FTwitterOAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainasuK%2FTwitterOAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MainasuK%2FTwitterOAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MainasuK","download_url":"https://codeload.github.com/MainasuK/TwitterOAuth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241262801,"owners_count":19936051,"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-07T00:42:20.949Z","updated_at":"2026-05-12T11:38:07.110Z","avatar_url":"https://github.com/MainasuK.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TwitterOAuth\nOAuth1.0a server for Twitter.\n\n## Prepare\ne.g. Ubuntu 18.04\n\n\n### Setup Environment\nSwift [release](https://swift.org/download/#releases)\n\u003c/br\u003e\nVapor Toolbox [release](https://github.com/vapor/toolbox/releases)\n\n```bash\n# install Swift\nsudo apt-get install \\\n    binutils \\\n    git \\\n    libc6-dev \\\n    libcurl4 \\\n    libedit2 \\\n    libgcc-5-dev \\\n    libpython2.7 \\\n    libsqlite3-0 \\\n    libstdc++-5-dev \\\n    libxml2 \\\n    pkg-config \\\n    tzdata \\\n    zlib1g-dev\n    \nmkdir -p ~/Developer/Swift         \ncd ~/Developer/Swift\ncurl https://swift.org/builds/swift-5.2.5-release/ubuntu1804/swift-5.2.5-RELEASE/swift-5.2.5-RELEASE-ubuntu18.04.tar.gz -O\ntar -xzvf swift-5.2.5-RELEASE-ubuntu18.04.tar.gz\n\necho 'export PATH=~/Developer/Swift/swift-5.2.5-RELEASE-ubuntu18.04/usr/bin:$PATH' \u003e\u003e ~/.bash_profile\nsource ~/.bash_profile\necho $PATH\n\u003e /home/vapor/Developer/Swift/swift-5.2.5-RELEASE-ubuntu18.04/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin\n\n# install vapor toolbox\nmkdir -p ~/Developer/Vapor\ncd ~/Developer/Vapor\ngit clone https://github.com/vapor/toolbox.git\ncd toolbox\ngit fetch --all\ngit checkout 18.2.2\n./scripts/build.swift \nsudo mv .build/release/vapor /usr/local/bin\n```\n\n## Bootstrap\n```bash\n# checkout repo\ncd ~/Developer/Vapor\ngit clone https://github.com/MainasuK/TwitterOAuth.git\ncd TwitterOAuth\ngit pull\n\nvapor --version\n\u003e framework: 4.29.1\n\u003e toolbox: 18.2.2 \n\n# export enviorment variable and run it\n## Method 1:\nsudo apt-get install tmux\ntmux new -s vapor\nexport CONSUMER_KEY=\"…\"\nexport CONSUMER_SECRET_KEY=\"…\"\nvapor run serve --port \u003cPORT\u003e\n\n## Method 2:\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainasuk%2Ftwitteroauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmainasuk%2Ftwitteroauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmainasuk%2Ftwitteroauth/lists"}