Skip to content

Commit

Permalink
Add some ideas on managing dev key limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Oct 7, 2024
1 parent 08925fc commit eb943cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ideas.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CONTINUE HERE - todos:

# could ask the user to enter 'dev' (or not enter 'app') for dev keys.
# store "dev" on the line for the api key in the textfile.
# Then on each request, if the key is a dev, increment an int on this line in the textfile
that keeps track of the number of total requests by the key.
# Then, if the dev key is some % through its total request limit, could not do perpetual passes,
or not as many or something.
# Can also output at the beginning of the program how far through its limit a key is.
# To find the total request limit for a dev key, experiment with a new dev key and track its #requests.

# Consider including network levels when outputting dict reports.

# For bw stars >= 1000, print in the actual colours they should be, rather than yellow and blinking.
Expand Down

0 comments on commit eb943cf

Please sign in to comment.