Skip to content

Instantly share code, notes, and snippets.

# ~/.config/systemd/user/arxiv_bot.service
[Unit]
Description=Slack Arxiv Bot
[Service]
ExecStart=VENV_PATH RUN_PY_PATH
WorkingDirectory=DIR_PATH
Restart=always
@juice500ml
juice500ml / requirements.txt
Created March 31, 2020 02:56
mma_crawler.service
requests
beautifulsoup4
import matplotlib.pyplot as plt
import numpy as np
fig = plt.figure(figsize=(5, 5))
ax = fig.add_subplot(projection='3d')
k = 500
z = np.arange(0, k)
ax.scatter(