Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janisz/du
Dziennik Ustaw Twitter Bot
https://github.com/janisz/du
bot hacktoberfest law lawtech twitter twitter-api twitter-bot
Last synced: 4 months ago
JSON representation
Dziennik Ustaw Twitter Bot
- Host: GitHub
- URL: https://github.com/janisz/du
- Owner: janisz
- License: agpl-3.0
- Created: 2020-12-02T18:06:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:06:52.000Z (5 months ago)
- Last Synced: 2024-09-18T10:19:19.395Z (5 months ago)
- Topics: bot, hacktoberfest, law, lawtech, twitter, twitter-api, twitter-bot
- Language: Go
- Homepage: https://twitter.com/Dziennik_Ustaw
- Size: 520 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# DziennikUstaw
Dziennik Ustaw Twitter Bot![CI](https://github.com/janisz/DU/workflows/CI/badge.svg)
---
## What it does?
1. Post all new Acts from [Dziennik Ustaw](dziennikustaw.gov.pl/) to [Twitter](https://twitter.com/Dziennik_Ustaw)
2. Like Tweets that mention Dziennik Ustaw
3. Reply to Tweets that mention particular act## Why?
To get more visibility over the latest legislation changes in Poland
## How to Run?
1. Create developer profile for [Twitter API](https://developer.twitter.com) with [Read & Write permissions](https://developer.twitter.com/en/docs/apps/app-permissions)
2. Run (set `DRY=1` for DRY RUN – not posting anything to GitHub)```
consumerKey=? consumerSecret=? accessToken=? accessSecret=? go run main.go
```