Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djrandom-py-deleted-112
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is pending deletion, and will be deleted on
2025-06-14
. Repository and other project resources are read-only.
Show more breadcrumbs
ale
djrandom-py-deleted-112
Commits
33623d9b
Project 'ale/djrandom-py' was moved to 'ale/djrandom-py-deleted-112'. Please update any links and bookmarks that may still have the old path.
Commit
33623d9b
authored
13 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
we have real api keys now
parent
53577b73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/README.txt
+9
-8
9 additions, 8 deletions
client/README.txt
with
9 additions
and
8 deletions
client/README.txt
+
9
−
8
View file @
33623d9b
...
...
@@ -2,25 +2,29 @@
Client Installation
===================
1. Clone the Git repository:
1. Get an API key. They can be requested from the user details page,
accessible by clicking on your email address at the top right of
the main page.
2. Clone the Git repository:
$ git clone https://git.autistici.org/djrandom.git
2
. Install the client. Python will automatically download all the
3
. Install the client. Python will automatically download all the
required dependencies:
$ cd client
$ sudo python setup.py install
3
. Configure it. Add the following lines to ~/.djrandom.conf:
4
. Configure it. Add the following lines to ~/.djrandom.conf:
music_dir = PATH_TO_MUSIC_DIR
api_key = API_KEY
replacing PATH_TO_MUSIC_DIR with the full path to the directory
holding your music files, and API_KEY with your own API key
[1]
.
holding your music files, and API_KEY with your own API key.
4
. Launch it!
5
. Launch it!
$ djrandom-client
...
...
@@ -29,6 +33,3 @@ Client Installation
options to figure out what's going on in case of trouble).
[1] We haven't enabled authorization yet, so just enter your username
for the time being.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment