Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
reeserich committed Dec 29, 2022
1 parent ee5b905 commit 63191e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

A Mastodon bot that tweets the official* gene of the day. Currently live on [Mastodon](https://botsin.space/@gene_of_the_day)!

This bot runs every morning on a raspberry pi via a cron job:

```
0 8 * * * cd ~/Documents/gene_bot/src && /usr/bin/python3 ~/Documents/gene_bot/src/build_bot.py
```

*_According to numpy's random number generator._

## Example post:
Expand Down
16 changes: 8 additions & 8 deletions notebooks/build_bot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{
"cell_type": "code",
"execution_count": 16,
"id": "f90e143b",
"id": "e4f5856e",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -190,7 +190,7 @@
{
"cell_type": "code",
"execution_count": 18,
"id": "3eb791fc",
"id": "af40f587",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -216,7 +216,7 @@
{
"cell_type": "code",
"execution_count": 19,
"id": "a79e6cdb",
"id": "f199c3cf",
"metadata": {},
"outputs": [
{
Expand All @@ -241,7 +241,7 @@
{
"cell_type": "code",
"execution_count": 20,
"id": "d8769f1d",
"id": "de2a964b",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -255,7 +255,7 @@
{
"cell_type": "code",
"execution_count": 21,
"id": "307fb905",
"id": "7aea172f",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -267,7 +267,7 @@
{
"cell_type": "code",
"execution_count": 22,
"id": "ca6a4e30",
"id": "ec2c7f32",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -280,7 +280,7 @@
{
"cell_type": "code",
"execution_count": 23,
"id": "04141ea6",
"id": "72abe545",
"metadata": {},
"outputs": [
{
Expand All @@ -298,7 +298,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "21e286e7",
"id": "0a9f48df",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit 63191e4

Please sign in to comment.