-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# ailotime | ||
An useful Discord bot for timezones and daylight stuff. | ||
|
||
(Readme will be wrote when I will no longer feel lazy to do so :p | ||
Check the wiki for help.) | ||
![Icon](http://ailothaen.fr/d/ailotime-256.png "Icon") | ||
*(icon drawn by [Applestream](https://www.deviantart.com/applestream "Applestream"))* | ||
|
||
## What it can do? | ||
- Telling the time at any city or timezone in the world | ||
- Converting a time to another timezone | ||
- Displaying info about the sun (sunset, sunrise, solar noon...) | ||
|
||
See the wiki for reference. | ||
|
||
## Getting your own install | ||
|
||
ailotime runs on Python 3.6. | ||
|
||
- Place all these files in a folder | ||
- Run `pip install -r requirements.txt` to install dependencies | ||
- Get a bot token on Discord API and write it in `run.py` | ||
- Execute `run.py` ; after some loading, the bot should be up and running. | ||
|
||
## Invite | ||
|
||
I am providing a link for inviting ailotime. However, I am hosting it on my (small) server, so if someday the bot becomes too popular, I will maybe not be able to handle it. | ||
|
||
[Click here](https://discordapp.com/oauth2/authorize?&client_id=466678005926723584&scope=bot&permissions=2048 "Click here") to invite ailotime on your Discord server! | ||
|