-
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.
* Update the README * Bump the cron schedule by an hour * Make content credits italic
- Loading branch information
1 parent
e774950
commit 4efedaf
Showing
4 changed files
with
24 additions
and
10 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
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,11 +1,18 @@ | ||
# Wikipedia POTD Telegrapher | ||
![POTD Telegrapher](https://fabritsius.github.io/potd-telegrapher/img/potd-banner.jpg) | ||
|
||
This project gets Wikipedia's Picture of the Day and publishes it on the [Telegram Channel](https://t.me/w_potd). | ||
This project gets [Wikipedia's Picture of the Day](https://en.wikipedia.org/wiki/Wikipedia:Picture_of_the_day) and publishes it on the [Telegram Channel](https://t.me/w_potd). | ||
|
||
### Progress | ||
### How it works? | ||
|
||
- [x] Add POTD parser | ||
- [x] Add [telegra.ph](https://telegra.ph/) publisher | ||
- [x] Add Telegram Bot which does the publishing daily | ||
- [x] Add a daily action for posting | ||
- [ ] Update the README with future plans | ||
- Get the content from [Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:Picture_of_the_day) | ||
- Create a [telegra.ph](https://telegra.ph/) article | ||
- Post an article link to the [Telegram Channel](https://t.me/w_potd) | ||
- A **cron** job is launched every day which does all of the above | ||
|
||
### Roadmap | ||
|
||
- [x] Release 1.0.0 | ||
- [ ] Add an action that only creates an article | ||
- [ ] Use the Wiki API instead of web scraping (potentially) | ||
- [ ] Preserve all of Wikipedia's links (potentially) | ||
- [ ] Additionally send an article to Instagram |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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