xfiles 0.3.0

Persistence of data using X, formerly known as Twitter, as a public filesystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Twitter API Configuration
# Copy this file to .env and fill in your actual values

# Twitter API v2 Bearer Token
# Get this from: https://developer.twitter.com/en/portal/dashboard
# 1. Create a project and app
# 2. Go to "Keys and tokens"
# 3. Generate "Bearer Token"
TWITTER_BEARER_TOKEN=your_bearer_token_here

# Your Twitter username (without @)
TWITTER_USERNAME=your_username_here