All Projects → l3d00m → Reddit Pgn To Gif

l3d00m / Reddit Pgn To Gif

Converts PGN from /r/chess into gifs hosted on imgur and leaves a reddit comment

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Reddit Pgn To Gif

Fastgcn
The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""
Stars: ✭ 431 (+2593.75%)
Mutual labels:  reddit
An Askreddit List Of Compsci Books
books and resources loved by r/learnprogramming community, compiled by me, a lurker who kept track
Stars: ✭ 598 (+3637.5%)
Mutual labels:  reddit
Programming Language Subreddits And Their Choice Of Words
How do the different communities talk?
Stars: ✭ 752 (+4600%)
Mutual labels:  reddit
Chessandcard 2dx
收集 cocos2d-x 的棋牌项目,投稿啊,投稿。
Stars: ✭ 477 (+2881.25%)
Mutual labels:  chess
Redditdownloader
Scrapes Reddit to download media of your choice.
Stars: ✭ 521 (+3156.25%)
Mutual labels:  reddit
Awesome Subreddits
📝 A curated list of awesome programming subreddits.
Stars: ✭ 646 (+3937.5%)
Mutual labels:  reddit
Baseplate.py
reddit's python service framework
Stars: ✭ 416 (+2500%)
Mutual labels:  reddit
Realchess
Mod for Minetest to play a realistic chess game (GUI-based)
Stars: ✭ 5 (-68.75%)
Mutual labels:  chess
Lemmy
🐀 Building a federated link aggregator in rust
Stars: ✭ 5,728 (+35700%)
Mutual labels:  reddit
Shreddit
Remove your comment history on Reddit as deleting an account does not do so.
Stars: ✭ 669 (+4081.25%)
Mutual labels:  reddit
Flask reddit
Reddit clone in flask + python + nginx + https. View site:
Stars: ✭ 482 (+2912.5%)
Mutual labels:  reddit
Chessground
Mobile/Web chess UI for lichess.org
Stars: ✭ 503 (+3043.75%)
Mutual labels:  chess
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+4000%)
Mutual labels:  reddit
Subredditsimulator
An automated subreddit with posts created using markov chains
Stars: ✭ 456 (+2750%)
Mutual labels:  reddit
Bulk Downloader For Reddit
Downloads media from reddit posts
Stars: ✭ 756 (+4625%)
Mutual labels:  reddit
Pychess
PyChess - a chess client for Linux/Windows
Stars: ✭ 414 (+2487.5%)
Mutual labels:  chess
Clone Wars
100+ open-source clones of popular sites like Airbnb, Amazon, Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube etc. See source code, demo links, tech stack, github stars.
Stars: ✭ 12,604 (+78675%)
Mutual labels:  reddit
Furi Kura
Linux application indicator for reddit
Stars: ✭ 7 (-56.25%)
Mutual labels:  reddit
Dank
Here lies the greatest Reddit app that was never released
Stars: ✭ 783 (+4793.75%)
Mutual labels:  reddit
Infinity For Reddit
A Reddit client for Android
Stars: ✭ 653 (+3981.25%)
Mutual labels:  reddit

Reddit: PGN to gif converter

Converts PGN in [pgn][/pgn] tags from http://reddit.com/r/chess (among other subreddits) into gifs hosted on imgur and to a lichess analysis board. It comments the links as a reply on reddit.

  • Supports multiple PGN tags in a single post or comment
  • Uses python-chess which has a lax PGN parsing
  • Conversion to GIF using lila-gif (with the nice lichess chess board theme)
  • Outputs multiple speed variants as an imgur album
  • Only the main line of a PGN is supported

Examples can be seen on reddit: http://reddit.com/u/PGNtoGIF

Build instructions

  1. Build lila-gif and run it
  2. Copy config.default.py to config.py and add your keys (for reddit and imgur)
  3. Install dependencies with pip3 install -r requirements.txt
  4. Run the script with ./reddit-pgn-to-gif.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].