https://github.com/ndrezn/wikipedia-pic-of-the-day
Posts the picture of the day from Wikipedia to Bluesky (60k followers!)
https://github.com/ndrezn/wikipedia-pic-of-the-day
bot python python-twitter twitter wikipedia
Last synced: about 2 months ago
JSON representation
Posts the picture of the day from Wikipedia to Bluesky (60k followers!)
- Host: GitHub
- URL: https://github.com/ndrezn/wikipedia-pic-of-the-day
- Owner: ndrezn
- License: mit
- Created: 2020-10-14T03:02:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T06:53:52.000Z (10 months ago)
- Last Synced: 2025-03-22T02:33:00.226Z (2 months ago)
- Topics: bot, python, python-twitter, twitter, wikipedia
- Language: Python
- Homepage: https://bsky.app/profile/wiki-potd.bsky.social
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wikipedia Picture of the Day [](https://codecov.io/gh/ndrezn/wikipedia-pic-of-the-day) [](https://twitter.com/wiki_potd) [](https://twitter.com/potd_context) [](https://bsky.app/profile/wiki-potd.bsky.social) [](https://bsky.app/profile/potd-context.bsky.social)
![]()
Posts the picture of the day from Wikipedia daily to Twitter from [@wiki_potd](https://twitter.com/wiki_potd). Based on the community sourced [Wikipedia Picture of the Day](https://en.m.wikipedia.org/wiki/Wikipedia:Picture_of_the_day).
Also powers a sibling account [@potd_context](https://twitter.com/potd_context), which posts article titles, links, and extra captioning.
## Usage
Note that correct API keys are required as environment variables.**To run**
```
# CONFIGURE ENVIRONMENT VARIABLES
pip install -r requirements.txt
bash run.sh
```