Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahul/github-screenshot-bot
📸 A simple bot to take a screenshot of your GitHub account everyday.
https://github.com/tahul/github-screenshot-bot
bot gifs puppeteer screenshot
Last synced: 18 days ago
JSON representation
📸 A simple bot to take a screenshot of your GitHub account everyday.
- Host: GitHub
- URL: https://github.com/tahul/github-screenshot-bot
- Owner: Tahul
- Created: 2019-02-11T23:57:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T23:20:10.000Z (about 2 years ago)
- Last Synced: 2024-10-19T04:26:42.160Z (27 days ago)
- Topics: bot, gifs, puppeteer, screenshot
- Language: JavaScript
- Homepage: https://yael.dev
- Size: 604 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub screenshot taker 🤳
## Introduction
A simple [Puppeteer](https://github.com/GoogleChrome/puppeteer) script to take a screenshot of your GitHub account everyday.
It can result in cool looking gifs like this one:
https://twitter.com/i/status/1092813820706189313## Setup
To setup this repository code, you just have to:
```bash
mv .env.example .env
```Edit `.env` with your parameters.
```bash
npm install
``````bash
// Add this to your crontab
0 0 * * * cd {path/to/github-screenshot-bot} && node index.js
```## Notes
You can add environment variables from .env.
If you're setting this up on a server, be careful about this part of Puppeteer: [Dependencies](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#chrome-headless-doesnt-launch).
Slack webhook isn't required.
This was made after seeing this tweet from [@sindresorhus](https://twitter.com/sindresorhus):
https://twitter.com/sindresorhus/status/1092813820706189313Have fun making gifs! 🥰