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: about 2 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T14:13:54.000Z (about 6 years ago)
- Last Synced: 2025-05-19T08:12:10.681Z (about 1 year ago)
- Topics: bot, deno, denoland, denorg, twitter, twitter-api
- Language: TypeScript
- Homepage: https://twitter.com/_denorg
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 Denorg Bot
[](https://github.com/denorg/bot/actions)
[](https://github.com/denorg/bot/blob/master/LICENSE)
[](https://github.com/denorg/bot/graphs/contributors)
[](https://github.com/denorg)
[](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 →