GitXplorerGitXplorer
a

delservopari

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4d5c8d2352d6736f0da80ea0e1d7a0458d5388a1

README updates

aamanjeev committed 3 years ago
Unverified
3c55a0ac971d4c438ab2e79ec7ca327ea329042c

tweets are going out

aamanjeev committed 3 years ago
Unverified
85b7d32fad080ece20b1bb96dabadab1d295b49f

logic for only deletions

aamanjeev committed 3 years ago
Unverified
35ac443ac20945626b473c1b1dec47e7f77fc3da

README.md

aamanjeev committed 3 years ago
Unverified
ba54a24e250e4a9cbd55c2291a890beab8b78b07

commit fetching, sifting for more deletions than additions done

aamanjeev committed 3 years ago
Unverified
2dbac30fa24eaaf91bd1d161fbe69d63d6ce3210

first commit: fetches commits from events

aamanjeev committed 3 years ago

README

The README file for this repository.

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