{"id":30027167,"url":"https://github.com/bksahu/lazy100","last_synced_at":"2026-05-14T20:06:34.084Z","repository":{"id":308484944,"uuid":"141029317","full_name":"bksahu/Lazy100","owner":"bksahu","description":"A CLI to automate #100DaysOfX Challenges 🤖","archived":false,"fork":false,"pushed_at":"2018-07-15T15:41:46.000Z","size":6147,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-28T12:35:52.694Z","etag":null,"topics":["automation","github","python","python3","tweepy","tweets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bksahu.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,"zenodo":null}},"created_at":"2018-07-15T13:25:52.000Z","updated_at":"2019-02-13T15:30:16.000Z","dependencies_parsed_at":"2025-08-06T07:49:39.878Z","dependency_job_id":null,"html_url":"https://github.com/bksahu/Lazy100","commit_stats":null,"previous_names":["bksahu/lazy100"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bksahu/Lazy100","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bksahu%2FLazy100","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bksahu%2FLazy100/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bksahu%2FLazy100/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bksahu%2FLazy100/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bksahu","download_url":"https://codeload.github.com/bksahu/Lazy100/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bksahu%2FLazy100/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["automation","github","python","python3","tweepy","tweets"],"created_at":"2025-08-06T12:42:11.501Z","updated_at":"2026-05-14T20:06:34.057Z","avatar_url":"https://github.com/bksahu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lazy100\n![Logo](/Images/Logo.png)\n\n[![GitHub license](https://img.shields.io/github/license/bksahu/Lazy100.svg)](https://github.com/bksahu/Lazy100/blob/master/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/bksahu/Lazy100.svg)](https://github.com/bksahu/Lazy100/issues)\n[![Awesomeness](https://img.shields.io/badge/awesomeness-maximum-red.svg)](https://github.com/bksahu/Lazy100/)\n[![Twitter](https://img.shields.io/twitter/url/https/github.com/bksahu/Lazy100.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2Fbksahu%2FLazy100)\n\nA CLI to automate **#100DaysOfX Challenges** that will `commit` your work to your github account and also `tweet` your progress to your twitter account. \u003cbr\u003e\n\n\n\nThere are two mode of it's operation:\n- Automatic\n\n\n![Lazy100-Auto](https://raw.githubusercontent.com/bksahu/Lazy100/master/Images/lazy100DemoAuto.gif)\n\n**NOTE:** Your progress must be saved in a directory named in this form: `Day. LessonName`. Example: `1. Linear Regression`\n\n- Manual\n\n\n![Lazy100-Auto](https://raw.githubusercontent.com/bksahu/Lazy100/master/Images/Lazy100DemoManual.gif)\n\n\n## Installation\n\n1. Run this command to install required modules:\n  `pip install -r requirements.txt`\n\n2. Put `Lazy100.py` in your **100DaysOfX** directory.\n\n3. Add `Lazy100.py` to .gitignore (optional)\n\n## Create your Twitter app\n\nThis repo uses [tweepy](https://github.com/tweepy/tweepy) to interact with Twitter. To use it, you will need to create a new Twitter app and insert those credentials into `Lazy100.py`.\n\n1. Log into twitter\n1. Browse to [https://apps.twitter.com/](https://apps.twitter.com/)\n1. Click the `Create New App` button and define your new app. Here are some example values:\n    * **Name**: `Lazy100 - \u003cyour name\u003e`\n    * **Description**: `I'm Lazy`\n    * **Website**: `\u003clink to your repo\u003e`\n    * **Callback URLs**: `` \u003c= blank\n1. Check the **Developer Agreement** and click the `Create your Twitter application` button.\n1. In the application details page, Select the \"Keys and Access Tokens\" tab.\n1. Under \"Your Access Token\", click the `Create my access token` button.\n\nSee the [tweepy tutorial](http://docs.tweepy.org/en/v3.5.0/auth_tutorial.html) for more information, if needed.\n\n## Insert your credentials\nOpen `Lazy100.py`, search for following lines and insert your credentials:\n\n```python\n##############################################################\nlink_to_repo = '' # Set your github repo name\n\n## Check README.md to learn how to acquire your Twitter keys\nconsumer_key = '' # Put your twitter consumer key\nconsumer_secret = '' # Put your twitter consumer secret\naccess_token = '' # Put your twitter access token\naccess_token_secret = '' # Put your twitter access token secret\n###############################################################\n```\n## Running\n\nExecute in either ways:\u003cbr\u003e\n    - Automatic: `python Lazy100.py`\u003cbr\u003e\n    - Manual: `python Lazy100.py -c=\"Your git commit message\" -t=\"Your tweet message\"`\u003cbr\u003e\n    \n**NOTE 1:** If `$ git push` asks for both username \u0026 password every time then, check out [this](https://stackoverflow.com/questions/11403407/git-asks-for-username-every-time-i-push) tutorial.\u003cbr\u003e\n**NOTE 2:** If you are using automatic way then, your progress must be saved in a directory named in this form: `Day. LessonName`.\u003cbr\u003e Example: `1. Linear Regression`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbksahu%2Flazy100","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbksahu%2Flazy100","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbksahu%2Flazy100/lists"}