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: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T12:16:22.000Z (about 1 year ago)
- Last Synced: 2025-04-14T12:03:41.528Z (about 1 year ago)
- Topics: bot, hacktoberfest, law, lawtech, twitter, twitter-api, twitter-bot
- Language: Go
- Homepage: https://twitter.com/Dziennik_Ustaw
- Size: 627 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# DziennikUstaw
Dziennik Ustaw Twitter Bot
---
## 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
```