https://github.com/vydd/festrel
Imports https://www.fest.rs movies to Trello
https://github.com/vydd/festrel
Last synced: 12 months ago
JSON representation
Imports https://www.fest.rs movies to Trello
- Host: GitHub
- URL: https://github.com/vydd/festrel
- Owner: vydd
- License: mit
- Created: 2018-02-04T14:42:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T18:23:35.000Z (over 6 years ago)
- Last Synced: 2025-02-18T19:07:03.672Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 484 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Festrel - Imports FEST.rs movies to Trello
I visit [Fest](https://www.fest.rs/Naslovna) every year, and although their site does gets better all the time, picking movies is still very hard. This time I decided to do a quick hack to import movies to Trello, and do all the planning there.

## Running
You will need python3, and all the libraries from `requirements.txt` installed.
Since this is just a hack (seriously, just look at that code!), I didn't really spend much time integrating Trello properly. I just took the keys from https://trello.com/app-key and copied the `board_id` from URL. (When you open a board it's in `https://trello.com/b/{board_id}/{board_name}`.)
If you want to use this, do the same and copy the info into `settings.py` using the following format:
```
api_key = ''
api_secret = ''
token = ''
board_id = ''
language = 'en'
```
For language, pick either `'en'` or `'sr'`.
Once you have all of that set up, just run
```
./festrel.py
```