-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
44 lines (25 loc) · 1.01 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Tweetledummer
===================
A simple PHP / Javascript web Bluesky timeline reader.
It stores a user's tweets in a MySQL database and lets the user view their
timeline in chronological order without missing past posts.
Based on my Tweetledum Twitter timeline reader:
https://github.com/jaybeaton/tweetledum
***
Only the contents of the tweetledummer/ directory are needed on the web server.
***
Create an app password in Bluesky here:
https://bsky.app/settings/app-passwords
Create your settings file by copying the default file here:
tweetledummer/default.settings.php
To this in the same directory:
tweetledummer/settings.php
Add your app password and Bluesky username to the settings file.
You must create a database table using the SQL found in db/tweetledummer.sql and
add your database credentials to the settings file mentioned above.
***
Tweetledummer uses
- cjrasmussen/BlueskyApi library:
https://github.com/cjrasmussen/BlueskyApi
- jquery-visible plugin:
https://github.com/customd/jquery-visible