Skip to content

Commit

Permalink
Improved instructions for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanAkkerman committed Feb 22, 2024
1 parent 9b18fcd commit 45b0dae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
8 changes: 8 additions & 0 deletions curl_example.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Replace all contents of this file with the following:
1. Go to Twitter.com
2. Login
3. On the home timeline press F12, this will open devtools in Chrome
4. Go to the Network section
5. Locate HomeTimeline
6. Right click on HomeTimeline, copy, copy as cURL (bash)
7. Paste the contents in this .txt and rename to curl.txt
18 changes: 1 addition & 17 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,9 @@
DISCORD_TOKEN =
DISCORD_GUILD =

# TWITTER HEADER DETAILS
HEADER_BEARER =
HEADER_X-CLIENT-UUID =
HEADER_X-CRSF-TOKEN =

# TWITTER COOKIES
COOKIES__GA =
COOKIES_GUEST_ID =
COOKIES_KDT =
COOKIES_AUTH_TOKEN =
COOKIES_TWID =
COOKIES_PERSONALIZATION_ID =

# REDDIT API
REDDIT_USERNAME =
REDDIT_PASSWORD =
REDDIT_APP_NAME =
REDDIT_PERSONAL_USE =
REDDIT_SECRET =

# COINGLASS API
COINGLASS_API_KEY =
REDDIT_SECRET =

0 comments on commit 45b0dae

Please sign in to comment.