Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denorg/bot
🤖 The Denorg bot automates our Twitter account and updates
https://github.com/denorg/bot
bot deno denoland denorg twitter twitter-api
Last synced: 21 days ago
JSON representation
🤖 The Denorg bot automates our Twitter account and updates
- Host: GitHub
- URL: https://github.com/denorg/bot
- Owner: denorg
- License: mit
- Created: 2020-05-30T11:23:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T14:13:54.000Z (over 4 years ago)
- Last Synced: 2024-11-07T12:37:12.714Z (2 months ago)
- Topics: bot, deno, denoland, denorg, twitter, twitter-api
- Language: TypeScript
- Homepage: https://twitter.com/_denorg
- Size: 97.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 Denorg Bot
[![Tweet CI](https://github.com/denorg/bot/workflows/Tweet/badge.svg)](https://github.com/denorg/bot/actions)
[![GitHub](https://img.shields.io/github/license/denorg/bot)](https://github.com/denorg/bot/blob/master/LICENSE)
[![Contributors](https://img.shields.io/github/contributors/denorg/bot)](https://github.com/denorg/bot/graphs/contributors)
[![Made by Denorg](https://img.shields.io/badge/made%20by-denorg-0082fb)](https://github.com/denorg)
[![TypeScript](https://img.shields.io/badge/types-TypeScript-blue)](https://github.com/denorg/bot)## ⭐ How it works
Every hour, GitHub Actions runs the [mod.ts](./mod.ts) file:
```bash
deno run --unstable --allow-read --allow-write --allow-net --allow-env mod.ts
```The script fetches a list of Denorg's repositories, and all their releases. If there has been a new release within the past hour, it sends out a tweet on https://twitter.com/_denorg.
### Configuration
Required permissions:
1. `--allow-read`
1. `--allow-write`
1. `--allow-net`
1. `--allow-env`## 📄 License
MIT © [Denorg](https://den.org.in)
A project by Denorg, the world's first Deno-focused community
organization and consulting company. Work with us →