Skip to content

Commit

Permalink
Reformatted usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandeel4411 committed May 15, 2019
1 parent b1468fc commit c380102
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,15 @@ A Bot for Reddit that gets top Hot sorted picture from a given Subreddit and set
* In etc/config.ini add your client id and client secret from the app you just created. Client id is the id underneath the name of the app. Client secret is labeled.

* Choose one of the following methods:


<i>(Installing in closed environment) Recommended</i>:
* Install pipenv through pip. <br>
` pip install pipenv`

* Open the extracted folder in terminal and run pipenv install. <br>
` cd RedditWallpaperBot-master && pipenv install `

#### Or:


<i>(Installing globally)</i>:
* Open the extracted folder in terminal and run: <br>
` pip install -r requirements.txt `
- *Installing in closed environment (Recommended)*:
- Install pipenv through pip. <br>
` pip install pipenv`

- Open the extracted folder in terminal and run pipenv install. <br>
` cd RedditWallpaperBot-master && pipenv install `
- *Installing globally*:
- Open the extracted folder in terminal and run: <br>
` pip install -r requirements.txt `



Expand Down
11 changes: 0 additions & 11 deletions etc/config.ini
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
<<<<<<< HEAD
<<<<<<< HEAD
[Login]
client_id = []
client_secret = []
user_agent = RedditWallpaperBotv1

=======
>>>>>>> 3b567e5... Added env variable login
=======
[Login]
# Replace [YOUR ID] with your client_id
client_id=[YOUR ID]
# Replace [YOUR SECRET] with your client_secret
client_secret=[YOUR SECRET]
user_agent=RedditWallpaperBotv2

>>>>>>> 3e4e3a0... Re-did authentication
[Logging]
filename=debug.log
filemode=w
Expand Down

0 comments on commit c380102

Please sign in to comment.