Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from cbrgm/dev-branch
Browse files Browse the repository at this point in the history
Dev branch
  • Loading branch information
Chris Bargmann authored Nov 9, 2017
2 parents c27179a + fe5d974 commit ea67eb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .docker/initconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@


def main():
"""
Creates a config file using docker environment variables
"""

# Create Config
telegram_bot_token = os.environ["BOT_TOKEN"]
update_interval = os.environ["UPDATE_INTERVAL"]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RobotRSS has an easy-to-use user interface to get started. Write the **official

**Other**
`/about` - Shows some information about RobotRSS Bot
`/help` - Shows the help menue

## Feature Request and Contributing

Expand Down Expand Up @@ -65,7 +66,7 @@ You can also pull the latest image from Dockerhub using `docker pull cynthek/Rob

## Python Version

RobotRSS has been successfully tested with Python 2.7
RobotRSS has been successfully tested with Python 2.7 .

## Dependencies

Expand Down

0 comments on commit ea67eb8

Please sign in to comment.