https://github.com/gbionescu/eureddision-tools
Tools for managing Eureddision threads on Reddit
https://github.com/gbionescu/eureddision-tools
eureddision reddit
Last synced: 8 days ago
JSON representation
Tools for managing Eureddision threads on Reddit
- Host: GitHub
- URL: https://github.com/gbionescu/eureddision-tools
- Owner: gbionescu
- Created: 2019-04-15T13:37:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T18:47:16.000Z (almost 7 years ago)
- Last Synced: 2025-11-27T15:28:29.554Z (7 months ago)
- Topics: eureddision, reddit
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eureddision tools
This repository contains tools for managing various types of Eureddision threads, as they are organized on /r/Romania.
### Prerequisites:
- File named `config.json` which contains Reddit credentials. The format is the following:
```
{
"user": Reddit username to post with,
"password": Password for the account
}
```
- File named `client_secret.json` which contains YouTube API credentials. This can be obtained through your GCP account.
### Tools:
- `get_songs_from_playlist.py` - Retrieves songs from a YouTube playlist and saves them as CSV
- `get_songs_from_thread.py` - Retrieves YouTube links from a Reddit thread and saves them as CSV.
- `post_songs.py` - Posts songs that are listed in a CSV file to a Reddit thread.