https://github.com/amanjeev/delservopari
Lets celebrate code deletion on this social coding website
https://github.com/amanjeev/delservopari
Last synced: over 1 year ago
JSON representation
Lets celebrate code deletion on this social coding website
- Host: GitHub
- URL: https://github.com/amanjeev/delservopari
- Owner: amanjeev
- Created: 2021-08-24T01:22:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T12:00:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T23:46:07.095Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deletion सर्वोपरि
A bot that celebrates deletion of code.
This hastily written "script" uses [egg-mode] and [octocrab] to tweet out
the Github push events that delete code. Yes, the author is aware of
the irony in writing more code to celebrate the deletion of code. That
is the point.
Tweets out to when running https://twitter.com/delservopari but you can
change it with your tokens.
## Requirements
The following environment variables must be set.
1. `GITHUB_TOKEN`
2. `TWITTER_ACCESS_KEY`
3. `TWITTER_API_KEY`
4. `TWITTER_ACCESS_SECRET`
5. `TWITTER_API_SECRET`
## Build
`cargo build`
## Tests
LOL
## Run
`cargo run`
[egg-mode]: https://github.com/egg-mode-rs/egg-mode
[octocrab]: https://github.com/XAMPPRocky/octocrab